Skip to main content
DELETE
This endpoint deletes an annotation. It supports:
  • Deleting annotations by ID
  • Verifying annotation ownership before deletion
  • Returning a success confirmation
Authentication is required. You must provide a valid session with an organization ID, and the annotation must belong to your organization.

Path

string
required
The ID of the annotation to delete (CUID format).

Response

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

Error Responses