Skip to main content
DELETE
Delete documents older than a specified timestamp
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.

Query Parameters

older_than
string<date-time>
required

Delete documents whose updatedAt is older than this ISO 8601 timestamp.

Response

Success

success
boolean
required
message
string
required
details
object
error
string