Delete Push Subscription
Description
Section titled “Description”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.
Request Parameters
Section titled “Request Parameters”Name | Type | Description |
---|---|---|
push_subscription_delete.device_udid | string | Subscription device id |
Response Fields
Section titled “Response Fields”{ "id": "RequestId", "success": true}
Example
Section titled “Example”{ "request": { "push_subscription_delete": { "device_udid": "deviceId" }, "id": "RequestId" }}