tunnel_destroy
Immediately remove a tunnel from memory to cancel delivery before the value is read. Use for wrong recipients or rotated secrets.
Instructions
[tunnel] Immediately remove a tunnel from memory, regardless of remaining reads or TTL. Use when a tunneled value should be cancelled before delivery (e.g. wrong recipient, secret already rotated); prefer letting maxReads/TTL handle cleanup for normal flows. Mutates in-memory state only. Returns 'Destroyed ID' on success or a not-found error if the ID is unknown or already gone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The opaque tunnel ID to destroy. |