{
"id": "space.highport.manage.disableDelegation",
"defs": {
"main": {
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"maxLength": 253,
"description": "The base: a domain registered to the caller."
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "NotBaseOwner",
"description": "No verified or active registration of that domain belongs to the caller."
},
{
"name": "DelegationHasReservations",
"description": "Names are still reserved under the base; release each with releaseReservation first."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"domain",
"disabled"
],
"properties": {
"domain": {
"type": "string"
},
"disabled": {
"type": "boolean"
}
}
},
"encoding": "application/json"
},
"description": "Stop a base handing out names: remove its probe and clear its delegation state. Refused while any reservation remains under the base, because releasing another identity's name is a deliberate releaseReservation each. A certificate grant on the base is left alone, because certificate mode belongs to the base rather than to delegation."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}