kv_del
Remove a key-value pair from a specified keyspace in Codehooks.io's key-value storage system. This tool deletes stored data by key, supporting JSON output for integration with AI agents managing cloud resources.
Instructions
Delete key-value pair in a space.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key to delete | |
| keyspace | No | Keyspace to use | |
| json | No | Output info as JSON (not table) |