app.bsky.notification.unregisterPush
#main​
The inverse of registerPush - inform a specified service that push notifications should no longer be sent to the given token for the requesting account. Requires auth.
Input​
- Encoding: application/json
| Property | Type | Known Values | Required | Description |
|---|---|---|---|---|
| serviceDid | string (did) | - | ✅ | - |
| token | string | - | ✅ | - |
| platform | string | ios android web | ✅ | - |
| appId | string | - | ✅ | - |