Delete an annotation schema by its identifier

DELETE /annotation-schemas/v1/{schemaUUID}

  • Headers:

    • X-ANNOTATIONSCHEMAS-APPKEY (string): Required. The API key to authenticate the request.
  • 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.