Unregister Phone
Remove the registration of a device. This request does two things: <ul> <li> Remove the association of the phone device with the current session. <li> Remove the device information from the server. </ul>
After the registration is removed the device won’t receive notifications from the server. A phone device cannot initiate Call-Through after executing this request.
Resource
POST /me/device/unregister
Parameters
None
Payload
None
The client may specify the Device Attributes. This option is intended for development purposes.
Response
None
Context
Authorization |
User |
Device Registration |
Device |
Errors
HTTP code | Xelion code | Description |
---|---|---|
400 |
10200 |
parameter is missing: no payload or UUID not specified. |
10202 |
parameter malformed: failed to decode the |
|
10050 |
no device is associated with the session. |
Example
Unregister the device associated with the current session.
Request
POST https://xelion.nl/api/v1/master/me/device/unregister
Payload
None
Response
None