{
"id": "social.colibri.beta.notification.unregisterPush",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"provider"
],
"properties": {
"token": {
"type": "string",
"description": "The FCM registration token to remove."
},
"endpoint": {
"type": "string",
"format": "uri",
"description": "The Web Push subscription endpoint to remove."
},
"provider": {
"type": "string",
"description": "The push provider to unregister from.",
"knownValues": [
"webpush",
"fcm"
]
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthRequired",
"description": "The request has no valid service auth."
},
{
"name": "InvalidRequest",
"description": "The arguments are inconsistent or malformed beyond schema validation."
}
],
"output": {
"schema": {
"type": "object",
"properties": {}
},
"encoding": "application/json"
},
"description": "Removes a previously registered push endpoint."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:mprdjqjluoswa7awzggaggj3
- CID
-
bafyreigywbrtvewnll3vvgimrujh7yjvqpw253uwqjn7htjc3z6fhuujam
- Indexed At
- 2026-08-23 12:32 UTC
- AT-URI
-
at://did:plc:mprdjqjluoswa7awzggaggj3/com.atproto.lexicon.schema/social.colibri.beta.notification.unregisterPush