API DocsRESTAnnotation service

BatchDeleteAnnotation

Batch deletes annotations.

POST
/api/v1/annotations:batchDelete

Request Body

application/jsonRequired

annotationIds
Required
Limit of 1000 annotations per batch

curl -X POST "<API_URL>/api/v1/annotations:batchDelete" \
  -H "Authorization: Bearer <API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "annotationIds": [
      "string"
    ]
  }'

A successful response.

{}