host.state.delete
Delete one key from this tenant's key-value state namespace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key to delete from this tenant's key-value state namespace. | |
| end_user | No | "self" for the caller's own verified end-user identity, an explicit subject (only when this call carries no end-user identity of its own), or omit/null for the tenant-wide value. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |