Documents
Delete document
Deletes the specified document from the index. Succeeds if document is not present.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Describes the request body of the /deletedocument API call
datasource of the document
object type of the document
The id of the document
Version number for document for optimistic concurrency control. If absent or 0 then no version checks are done.
Response
200
_mintlify/placeholder
OK