curl --request DELETE \
--url https://api.machines.cash/user/v1/notifications/push \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {},
"summary": "success"
}Unregister push device
When to use this: Remove existing push subscription for device/browser.
Required scope: notifications.write.
curl --request DELETE \
--url https://api.machines.cash/user/v1/notifications/push \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {},
"summary": "success"
}