Skip to main content
DELETE
This endpoint deletes a specific annotation tag by ID. It supports:
  • Verifying tag ownership (tags can only be deleted by the organization that owns them)
  • Automatic validation that the tag exists before deletion

Path

string
required
The unique identifier (CUID) of the annotation tag to delete.

Response

boolean
Indicates whether the deletion was successful. Always true on successful deletion.

Error Responses