{
"id": "app.didpic.notification.unregisterPush",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"token"
],
"properties": {
"token": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"description": "Remove the (token, viewer) binding. Called by clients on sign-out, before the device discards its auth session. Stale bindings that never get an explicit unregister are pruned from the delivery path when Expo Push reports DeviceNotRegistered, or via server-side timeout cleanup."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}