cURL
curl --request DELETE \ --url https://app.tryspecter.com/api/v1/searches/{searchId} \ --header 'X-API-Key: <api-key>'
{ "errorCode": "BAD_SEARCH_ID_TYPE", "message": "The search id needs to be a number." }
Permanently delete the saved search and all its associated data. This action cannot be undone.
The saved search must be shared with the API, and when deleted will be removed from the users saved searches.
The search ID that is being queried for.
Ok