Skip to content

Delete an annotation

DELETE
/api/v1/annotations/{annotationId}
curl --request DELETE \
--url http://127.0.0.1:58259/api/v1/annotations/1

Delete a specific annotation by its ID.

annotationId
required
integer format: int64

ID of the annotation to delete

Annotation deleted successfully