Delete documents by filter

Delete documents based on provided filters.

Allowed operators include: eq, neq, gt, gte, lt, lte, like, ilike, in, and nin. Deletion requests are limited to a user’s own documents.

Headers

AuthorizationstringRequired

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

X-API-KeystringRequired

Request

JSON-encoded filters

Response

Successful Response

resultsobject

Errors