state_delete
Delete a key from the distributed state store. Returns true if key existed, false if not found (idempotent).
Instructions
Delete a key from the state store.
Returns ok=True if the key existed and was removed, ok=False if the key was not found (idempotent — safe to call multiple times).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes |