DevelopersAPI referenceNotificationsDevices
Stop pushing to this install
Called on sign-out. Owner-scoped.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/devices/string"{ "message": "string"}Register this install for push
Idempotent on the token — apps re-register on every launch. A token that reappears under a different user moves to that user rather than duplicating, so a shared device never receives the previous signed-in user's notifications.
The caller's feed
Org-scoped, newest first, limit 200, with the unread count for the badge. Pass unread=true for unread only.