{
"id": "pub.chive.governance.revokeDelegation",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"delegationId"
],
"properties": {
"delegationId": {
"type": "string",
"description": "ID of the delegation to revoke"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "Unauthorized"
},
{
"name": "NotFound"
}
],
"output": {
"schema": {
"ref": "#delegationResult",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Revoke an active PDS delegation. Only accessible to administrators."
},
"delegationResult": {
"type": "object",
"required": [
"success",
"message"
],
"properties": {
"message": {
"type": "string",
"description": "Human-readable result message"
},
"success": {
"type": "boolean",
"description": "Whether the operation succeeded"
},
"delegationId": {
"type": "string",
"description": "Delegation ID"
}
},
"description": "Result of delegation operation"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"revision": 1
}
Metadata
- DID
-
did:plc:7natp5xae72bddaqlkef2t4e
- CID
-
bafyreidowykdogv7nrvmx6odh2ytzc6dwpwjsprrlbqiufltmji3h3cxba
- Indexed At
- 2026-05-04 17:29 UTC
- AT-URI
-
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.governance.revokeDelegation