Cancel push notification subscriptions for a customer.
Unregisters a customer's push notification token for a specified external application. If push_token is provided, only that specific device registration is removed. If push_token is omitted, all device registrations for the customer and application are cancelled.
To register a device for push notifications, use POST /customers/actions/set-push-notifications (enterprise interface only).
⚠️ The endpoint is available only in the Enterprise interface.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
204No Content
401The client has invalid credentials or auth token.
401The client has invalid credentials or auth token.
403The client does not exist or the client tried to access an unauthorized property or resource.
403The client does not exist or the client tried to access an unauthorized property or resource.
404The resource was not found.
404The resource was not found.
405The resource does not support the specified HTTP method.
405The resource does not support the specified HTTP method.
429Too many requests - more than the resource limit.
500Server is not working as expected.
500Server is not working as expected.
503Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.