Delete an annotation schema by its identifier
DELETE /annotation-schemas/v1/{schemaUUID}
-
Headers:
Authorization(string): Required. Example:Bearer {{accessToken}}
-
Path Parameters:
schemaUUID(UUID): Required. The unique identifier of the annotation schema.
-
Responses:
200 OK: If the deletion is successful.400 Bad Request: If the schema cannot be deleted.
