cURL
curl --request DELETE \ --url http://localhost:8091/api/push-tokens \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>" } '
Removes a push notification token for the authenticated user.
Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer
Push notification token to remove
Push token unregistered