app.bsky.notification.unregisterPush
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.
- class atproto_client.models.app.bsky.notification.unregister_push.Data
Bases:
DataModelBaseInput data model for
app.bsky.notification.unregisterPush.- field app_id: str [Required]
App id.
- field service_did: Did [Required]
Service did.
- field token: str [Required]
Token.