delete Token
Removes the device’s push-notification association on the backend.
Call this on logout or when the device should no longer receive push notifications.
Return
true if deletion succeeded; false otherwise.
Parameters
device Id
The stable identifier used during updateToken.
Throws
if the network call fails.