curl --request DELETE \
--url https://api.siftstack.com/api/v1/annotations/{annotationId}/logs/{annotationLogId} \
--header 'Authorization: Bearer <token>'{}Deletes an annotation log.
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the parent annotation associated with the annotation log to be deleted.
ID of the annotation log to be deleted.
A successful response.
The Response of a call to AnnotationLogService_DeleteAnnotationLog.
Was this page helpful?