Document Q&A API
Delete Document
This endpoint removes a document from an index.
GET
/
delete-document
Query Parameters
This is the name of the document you wish to delete.
This is the name of the index you wish to remove the document from. This parameter is optional - if left blank will use auto indexing.
This is your account ID.
Headers
This is your API token associated with your account.
Response
Indicates whether the delete call was successful.