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

Documentation Index

Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt

Use this file to discover all available pages before exploring further.

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.