app.didpic.notification.unregisterPush
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.didpic.notification.unregisterPush",
3
3
"defs": {
4
4
"main": {
5
5
"type": "procedure",
6
6
"input": {
7
7
"schema": {
8
8
"type": "object",
9
9
"required": [
10
10
"token"
11
11
],
12
12
"properties": {
13
13
"token": {
14
14
"type": "string"
15
15
}
16
16
}
17
17
},
18
18
"encoding": "application/json"
19
19
},
20
-
"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."
20
+
"description": "Remove a push token binding for the viewer."
21
21
}
22
22
},
23
23
"$type": "com.atproto.lexicon.schema",
24
24
"lexicon": 1
25
25
}