Path Parameters
assistant_id
(string, required): The identifier of the assistant that owns the document.document_id
(string, required): The identifier of the document to delete.
Response
A successful deletion will return a200 OK
status code with a confirmation message.
Response
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Successful Response
The response is of type any
.