{
"id": "zone.stratos.admin.removeAdmin",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The DID to revoke admin access from."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "NotFound",
"description": "The DID does not hold admin access."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
}
}
},
"encoding": "application/json"
},
"description": "Revoke admin access from a DID. Config-provided admins cannot be revoked here, and an admin cannot revoke their own access."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:6uxgo3ypovauub7nblwylqyv
- CID
-
bafyreidnnptpnxwb56zh3pcxepvg5asq4kjnsryjltf5hbta2fy3qxtdua
- Indexed At
- 2026-08-26 09:04 UTC
- AT-URI
-
at://did:plc:6uxgo3ypovauub7nblwylqyv/com.atproto.lexicon.schema/zone.stratos.admin.removeAdmin