host.state.delete_rows
Delete rows from a declared table matching an optional where filter (same grammar as host.state.query); omitting where deletes every row in the table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Name of the declared table to delete rows from. | |
| where | No | Optional filter, same grammar as host.state.query; omit to delete every row. | |
| 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. |