Unregister an Expo push token
Notifications
Unregister an Expo push token
Removes a previously registered Expo push token.
DELETE
Unregister an Expo push token
Removes a previously registered Expo push token. Public — no
X-API-Key and no signature: the opaque token is itself the capability (it is useless to anyone but the device that owns it).
Idempotent — an unknown token returns 200 with unregistered: false.Query Parameters
The Expo push token to remove.
Maximum string length:
256Pattern:
^Expo(nent)?PushToken\[[A-Za-z0-9_.\-]+\]$