Delete a document from an assistant’s knowledge base.
assistant_id
(string, required): The identifier of the assistant that owns the document.document_id
(string, required): The identifier of the document to delete.200 OK
status code with a confirmation message.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type any
.