Unregister a device for push notifications.push-device is required and must resolve to a registered device. The stored token row is removed only when push-device-token is supplied; without it the call still strips the device's Push call-processing rule (when push-network is pwa, or the server sets MobilePushDeleteUpdateDevice) and answers ok.push-network: apns_chat deliberately leaves the Push rule in place. push-network: pwa additionally requires user and domain and clears that user's PWA token.Writes are publish-only (NsLocalDbSave is false): the API publishes a push event on the mobile_events service bus and answers immediately. The push_config row changes when that event is consumed back, so a read issued instantly after a write may not reflect it yet.Scope: object push carries only user-tier privileges in scope_priv, so a Basic User or Office Manager token can only act on its own user (/domains/{domain}/users/{user}/push where {user} is the token's own uid). Reseller and Super User tokens reach the domain- and system-scoped forms via their wildcard scope rows.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.