Saved searches & subscriptions

DELETE /me/subscriptions/{id} Session only

Delete a subscription.

Path parameters

id integer required
The subscription id.Example 1
curl
curl -X DELETE "https://freehire.dev/api/v1/me/subscriptions/1" -b cookies.txt
json — response
{ "data": { "ok": true } }