API DocsRESTAnnotation serviceBatchDeleteAnnotationBatch deletes annotations.POST/api/v1/annotations:batchDeleteRequest Bodyapplication/jsonRequiredannotationIdsRequiredLimit of 1000 annotations per batchcURLPythoncurl -X POST "<API_URL>/api/v1/annotations:batchDelete" \ -H "Authorization: Bearer <API_KEY>" \ -H "Content-Type: application/json" \ -d '{ "annotationIds": [ "string" ] }'200defaultA successful response.Response{}PreviousListAnnotationLogs GETNextCreateAnnotation POST