Skip to content

Delete Push Subscription



wss push_subscription_delete

The push_subscription_delete request deletes the active subscription of the device whose ID was passed in the body of the request.

NameTypeDescription
push_subscription_delete.device_udidstringSubscription device id
{
"id": "RequestId",
"success": true
}
{
"request": {
"push_subscription_delete": {
"device_udid": "deviceId"
},
"id": "RequestId"
}
}