ethMobileNotifications


Back to API doc top page.

Click here for a complete list of operations.

DeleteTokens

Remove unused mobile device from list shown at Phone Options... for the current user

POST /ethMobileNotifications.asmx/DeleteTokens HTTP/1.1
Host: wirelesstags.net
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    device_uuids:[
        string,
        string,
        ...
    ]
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    "d":int
}