I can't find a way to unregister a user's push token if they opt out of push notifications after opting in once.
Implement unregisterPushToken method that calls the `unregister client push token` api and removes the push notification from Klaviyo.
There's an unregister client push token api (https://developers.klaviyo.com/en/reference/unregister_client_push_token). The api requires the user's Klaviyo profile but there's no client api to fetch it. It would be great if there was a way to fetch the current profile too.
Checklist
Description
Proposed Solution
Alternatives Considered
There's an unregister client push token api (https://developers.klaviyo.com/en/reference/unregister_client_push_token). The api requires the user's Klaviyo profile but there's no client api to fetch it. It would be great if there was a way to fetch the current profile too.Additional Context
No response