Unregisters a single device by its device ID. All its subscriptions for receiving push notifications through channels will also be deleted.
643 matches
19 actions
Platform
19 actions
- Enumerate all active channels of the applicationGETv1.0.0
- Get a device registrationGETv1.0.0
- Get message history for a channelGETv1.0.0
- Get metadata of a channelGETv1.0.0
- Get presence history of a channelGETv1.0.0
- Get presence of a channelGETv1.0.0
- Get the service timeGETv1.0.0
- List all channels with at least one subscribed deviceGETv1.0.0
- List channel subscriptionsGETv1.0.0
- List devices registered for receiving push notificationsGETv1.0.0
- Publish a message to a channelPOSTv1.0.0
- Publish a push notification to device(s)POSTv1.0.0
- Register a device for receiving push notificationsPOSTv1.0.0
- Retrieve usage statistics for an applicationGETv1.0.0
- Subscribe a device to a channelPOSTv1.0.0
- Unregister a single device for push notificationsDELETEv1.0.0
- Unregister matching devices for push notificationsDELETEv1.0.0
- Update a device registrationPATCHv1.0.0
- Update a device registrationPUTv1.0.0
Infrastructure/Platform
Unregister a single device for push notifications
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
{
"type": "object",
"properties": {
"device_id": {
"type": "string"
}
},
"required": [
"device_id"
],
"additionalProperties": false
}Output
- 1
- 2
- 3
- 4
{
"type": "object",
"additionalProperties": true
}