Bulk delete documents
Bulk delete documents by IDs or container tags
Request body
Example request
{
"ids": [
"acxV5LHMEsG2hMSNb4umbn",
"bxcV5LHMEsG2hMSNb4umbn"
]
}Response
Bulk deletion completed successfully
Example response
{
"success": true,
"deletedCount": 2,
"containerTags": [
"user_123",
"project_123"
]
}Changes
Changed in 6 of the 46 revisions of this API.225
- ○
added the new optional request property
filepathnew-optional-request-property
- ○
- ○
api tag
Ingestaddedapi-tag-added
- ○
api tag
Manage Documentsremovedapi-tag-removed
- ○
- ▲
request body became required
request-body-became-required
- ▲
- ●
changed the pattern of the request property
containerTags/items/from^[a-zA-Z0-9_-]+$to^[a-zA-Z0-9_:-]+$request-property-pattern-changed
- ●
- ▲
added the pattern
^[a-zA-Z0-9_-]+$to the request propertycontainerTags/items/request-property-pattern-added
- ●
the
containerTags/items/request property's maxLength was set to100request-property-max-length-set
- ▲
- ○
request property
containerTagsdeprecatedrequest-property-deprecated
- ○
response property
containerTagsdeprecatedresponse-property-deprecated
- ○