Delete document
Delete document
Deletes a single document by ID. A document is a source the knowledge base retrieves from. The response carries only a confirmation message, so refetch the documents to see what is left.
DELETE
Delete document
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the knowledge base document to operate on.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Response
200 - application/json
Confirms the document was removed from the knowledge base. The body is a message only, not a copy of the deleted document.
A human-readable message confirming the deletion.