Skip to main content
DELETE
/
api
/
v1
/
annotations
/
{annotationId}
/
logs
/
{annotationLogId}
DeleteAnnotationLog
curl --request DELETE \
  --url https://your-sift-api-url.com/api/v1/annotations/{annotationId}/logs/{annotationLogId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

annotationId
string
required

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

annotationLogId
string
required

ID of the annotation log to be deleted.

Response

A successful response.

The Response of a call to AnnotationLogService_DeleteAnnotationLog.