Bulk delete knowledge base documents

Delete multiple documents or folders from the knowledge base. Each id succeeds or fails independently.

Headers

xi-api-keystringOptional

Request

This endpoint expects an object.
document_idslist of stringsRequired
The ids of documents or folders from the knowledge base.
forcebooleanOptionalDefaults to false

If set to true, documents or folders will be deleted regardless of whether they are used by any agents and will be removed from the dependent agents. For non-empty folders, this will also delete all child documents and folders.

Response

Successful Response
successobject
OR
failureobject

Errors

422
Documents Bulk Delete Request Unprocessable Entity Error