Annotations
Annotation Tags - Delete
Delete a specific annotation tag from the organization.
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
The unique identifier (CUID) of the annotation tag to delete.
Response
Indicates whether the deletion was successful. Always
true on successful deletion.Error Responses
| Status Code | Type | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Missing or invalid authentication session. |
| 404 | NOT_FOUND | The tag with the specified ID does not exist or does not belong to the organization. |

