Unregisters this device's push token from Braze for the current user.
On success, the push token is unregistered from Braze and removed locally. To receive push
notifications again, re-register via registerPushToken or the appropriate native system APIs.
The SDK does not retry on its own. Inspect BrazePushUnregistrationError.isRetriable to decide
whether calling again may succeed.
Returns Promise<void>
Resolves on success; rejects with a BrazePushUnregistrationError on failure.
Unregisters this device's push token from Braze for the current user.
On success, the push token is unregistered from Braze and removed locally. To receive push notifications again, re-register via
registerPushTokenor the appropriate native system APIs.The SDK does not retry on its own. Inspect
BrazePushUnregistrationError.isRetriableto decide whether calling again may succeed.