Hard-delete a lead search.
lead_search_results via foreign key. Irreversible. Note: this does NOT cancel an in-flight Apify run — the background task will still complete in Apify’s cloud, but the results have nowhere to land and are discarded.
/api/leads/search/{id} with other verbs. See the sibling page for related operations on the same resource.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Lead search UUID. Must be owned by the authenticated user.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Search (and all its results) deleted.
true