Delete Document
/datastores/{id}/documents
Delete Document
Delete a given document from its Datastore. This operation is irreversible.
DELETE
Delete Document
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Datastore ID of the datastore from which to delete the document
Document ID of the document to delete
Response
Successful Response
The response is of type EmptyResponse · object.