Bulk delete documents by IDs or container tags
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body for bulk deleting documents by IDs or container tags
Array of document IDs to delete (max 100 at once)
1 - 100 elements[
"acxV5LHMEsG2hMSNb4umbn",
"bxcV5LHMEsG2hMSNb4umbn"
]Array of container tags - all documents in these containers will be deleted
1["user_123", "project_123"]Bulk deletion completed successfully
Response for bulk document deletion
Whether the bulk deletion was successful
true
Number of documents successfully deleted
2
Array of errors for documents that couldn't be deleted (only applicable when deleting by IDs)
Container tags that were processed (only applicable when deleting by container tags)
["user_123", "project_123"]