Push notifications & alerts
DELETE /me/push-tokens Session only
Unregister one of your own device tokens.
Returns 204 No Content. 404 if the token is not yours (or unknown).
Body
tokenstring required- The token to remove.
curl -X DELETE "https://freehire.me/api/v1/me/push-tokens" \
-H 'Content-Type: application/json' -b cookies.txt \
-d '{"token":"ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]"}'