Remove subscription
Last updated on May 10, 2015 10:03
This method allows you to unsubscribe from push notifications for a particular device.
URL
/api/v1/notifications/unsubscribe
Required parameters
device_type
- the type of device, currently this should be "android"device_key
- the device key to unsubscribe
Response
The server will respond with a 200 OK unless an error has occurred.