cURL
curl --request DELETE \ --url https://api.invaro.ai/api/v1/api/v1/schemas/id/{schema_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "message": "Schema deleted successfully" } }
Permanently deletes a schema. Cannot be undone.
curl -X DELETE "https://api.invaro.ai/api/v1/schemas/id/b3376c85-86e0-476e-aee9-5f05afaa05ea" \ -H "Authorization: Bearer your_api_key"
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the schema.
Schema deleted successfully
The response is of type object.
object