Bulk delete saved searches
Delete multiple saved searches at once.
Authorization
Bearer AuthorizationBearer <token>
API key (glanced_live_…). Required on operations marked with this scheme; rejected elsewhere.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
POST /v1/saved-searches/bulk-delete.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/saved-searches" \ -H "Content-Type: application/json" \ -d '{ "search_ids": [ "c1a65e93-d9f6-4363-981f-f24db9d8ce2c" ] }'{ "message": "string"}How is this guide?