Annotations
Delete an annotation
Deletes an existing annotation by ID. Returns 204 No Content if the annotation does not exist (idempotent).
delete/api/v2/annotation/{annotation_id}
Path parameters
annotation_idstring uuid required
The ID of the annotation.
Response
No Content