Skip to content
v0.3

platform.admin_host.remove

Release an admin hostname so it stops resolving to a tenant (and can be claimed by another). Idempotent: removing a hostname nobody claims succeeds with removed=false.

  • Scope: platform.tenant.write
  • System: yes
  • Reachable from: the platform CONTROL face, with a platform credential — never a tenant one. See the surfaces.
  • Events: platform.admin_host.removed
{
"properties": {
"host": {
"minLength": 1,
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}
{
"additionalProperties": false,
"properties": {
"host": {
"type": "string"
},
"removed": {
"type": "boolean"
}
},
"required": [
"host",
"removed"
],
"type": "object"
}

validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)