/datastores/{id}/documents
Delete Document
Delete a given document from its Datastore
. This operation is irreversible.
DELETE
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
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?