Delete documents
Deletes several documents in one call. Idempotent: ids that resolve to live documents in the workspace are removed and returned in deleted; ids that are unknown, already deleted, or in another workspace are returned in skipped. Deletion is permanent — the documents’ content cannot be recovered.
Path Parameters
Workspace identifier.
Body
Request to delete several documents in one call.
The 100-id cap bounds the work one call fans out into: the resolve query and
the delete transaction.
Request to delete several documents in one call.
The 100-id cap bounds the work one call fans out into: the resolve query and
the delete transaction.
Ids of the documents to delete. Ids that are unknown, already deleted, or in another workspace are skipped rather than failing the request.
1 - 100 elementsResponse
Result of a bulk document deletion.
The deletion is idempotent: deleted holds the ids that resolved to live
documents in the workspace and were removed, and skipped holds the requested
ids that did not — unknown, already deleted, in another workspace, or held by
an in-progress detection that still needs the document.
Result of a bulk document deletion.
The deletion is idempotent: deleted holds the ids that resolved to live
documents in the workspace and were removed, and skipped holds the requested
ids that did not — unknown, already deleted, in another workspace, or held by
an in-progress detection that still needs the document.