Users

Unregister mobile push device

Deletes a registered mobile push device using the platform token known by the client.

post/users/@me/mobile-devices/unregister

Request body

platform'android_fcm' | 'ios_apns' | 'android_unified_push' required

The mobile push notification platform

tokenstring required

The platform-specific push notification token to unregister

app_idstring

Client app channel or bundle mapping identifier, such as stable, beta, or canary

provider_environment'production' | 'development'

Push provider environment used for this registration

Response

Success

successtrue required

Whether the operation succeeded

Changes

No recorded changes to this endpoint across all 1 revision of this API.