API DocsRESTAnnotation log service

DeleteAnnotationLog

Deletes an annotation log.

DELETE
/api/v1/annotations/{annotationId}/logs/{annotationLogId}

Path Parameters

annotationId
Required
string

The ID of the parent annotation associated with the annotation log to be deleted.

annotationLogId
Required
string

ID of the annotation log to be deleted.

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

A successful response.

{}