delete a saved search
curl --request DELETE \ --url https://api.fixa.dev/v1/searches/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Search deleted successfully
The response is of type object.
object