cURL
curl --request DELETE \ --url https://api.kadoa.com/v4/schemas/{schemaId} \ --header 'x-api-key: <api-key>'
{ "error": true, "success": true, "message": "<string>" }
Delete a schema and all its revisions
API key for authentication
Schema ID
200
Response for schema deletion
Error flag (always false on success)
Success flag
Success message