Skip to main content
DELETE
Delete a document
These endpoints require a custom API data source. See Custom API for setup instructions.

Authorizations

Authorization
string
header
default:YOUR_API_TOKEN
required

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

Path Parameters

data_source_id
string
required

ID of the custom API data source.

document_id
string
required

ID of the document.

Response

Success

success
boolean
required
error
string