Skip to content

Latest commit

 

History

History
executable file
·
47 lines (33 loc) · 991 Bytes

distribution-ios-unregister-device.md

File metadata and controls

executable file
·
47 lines (33 loc) · 991 Bytes

API Method: /api/distribution/ios/unregister-device

flags=comments

Unregister an already registered iOS subscription for push notications.

Parameters

ParameterDescription
device_token (required) The unique device token from the iOS device.

Permission level

The minimum required permission level is:

none

Example XML Response

<response status="ok" permission_level="super" 
  message="The device was successfully unregistered" cached="0"/>

Example JSON Response

{
  "status": "ok", 
  "message": "The device was successfully unregistered",
  "permission_level":"none",
  "cached":"0",
  "photo":{},
  "p": "1",
  "size": "1",
  "site": { ... },
  "endpoint": "/api/distribution/ios/unregister-device"
}