Delete multiple searches
Request asynchronous deletion of one or more completed searches. The request accepts between 1 and 100 search IDs. The batch is all-or-nothing: every provided search ID must belong to the authenticated caller and every search must already be in a terminal state (finished or failed), otherwise nothing is deleted.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
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.
1 - 100 elements