curl --request POST \
--url https://api.siftstack.com/api/v1/annotations:batchDelete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"annotationIds": [
"<string>"
]
}
'{}Batch deletes annotations.
curl --request POST \
--url https://api.siftstack.com/api/v1/annotations:batchDelete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"annotationIds": [
"<string>"
]
}
'{}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.
Was this page helpful?