Skip to main content
POST
Delete multiple searches

Authorizations

Authorization
string
header
required

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

Body

application/json
ids
string<uuid>[]
required

Search IDs to delete as a single all-or-nothing batch. Minimum 1 ID, maximum 100 IDs per request. Every ID must belong to the authenticated caller, and every referenced search must already be in a terminal state (finished or failed). If one ID is invalid, inaccessible, or still active, the whole request is rejected.

Required array length: 1 - 100 elements

Response

Deletion accepted

data
object
required
meta
object
required