v1

latestOpenAPI 3.0.02026-07-263365159.1 KB
Documents

Delete a Document

Permanently delete a document using its unique doc_id. You can get the doc_id from the 'List All Documents' endpoint.

delete/api/v1/eevee/apikey/delete/{doc_id}/

Path parameters

doc_idstring required

The unique identifier of the document to be deleted.

Headers

apikeystring required

Your personal API key for authentication.

Response

OK

errorstring

A message describing any errors encountered during the request.

messagestring

A confirmation message for the successful operation.

statusstring

The status of the request.

status_codeinteger

The HTTP status code of the response.

Example response

{
  "status": "success",
  "status_code": 200
}