Delete Searches
Queue deletion for one or more completed searches owned by the authenticated API key.
POST
Delete multiple searches
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
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 elementsDelete multiple searches