/datastores/{id}/documents
Delete Document
Delete a given document from its Datastore. This operation is irreversible.
delete/datastores/{datastore_id}/documents/{document_id}
Path parameters
datastore_idstring uuid required
Datastore ID of the datastore from which to delete the document
Datastore ID of the datastore from which to delete the document
document_idstring uuid required
Document ID of the document to delete
Document ID of the document to delete
Response
Successful Response
EmptyResponse required