Skip to main content
DELETE
Delete Document

Authorizations

Authorization
string
header
required

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

Path Parameters

datastore_id
string<uuid>
required

Datastore ID of the datastore from which to delete the document

document_id
string<uuid>
required

Document ID of the document to delete

Response

Successful Response

The response is of type EmptyResponse · object.