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
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "properties": { "host": { "minLength": 1, "type": "string" } }, "required": [ "host" ], "type": "object"}Result (200)
Section titled “Result (200)”{ "additionalProperties": false, "properties": { "host": { "type": "string" }, "removed": { "type": "boolean" } }, "required": [ "host", "removed" ], "type": "object"}Errors
Section titled “Errors”validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)