API DocsRESTAnnotation service

DeleteAnnotation

Deletes an annotation.

DELETE
/api/v1/annotations/{annotationId}

Path Parameters

annotationId
Required
string

curl -X DELETE "<API_URL>/api/v1/annotations/string" \
  -H "Authorization: Bearer <API_KEY>"

A successful response.

{}