Skip to main content
DELETE
Delete a document by ID.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

collection_identifier
string
required

The ID of the collection.

document_id
string
required

The ID of the document to delete.

Response

Successful Response

GenericDeleteResponse.

message
string
default:Successfully deleted
success
boolean
default:true