tunnel_destroy
Remove a tunnel from memory immediately, cancelling a value before delivery. Use when a tunneled value should be revoked, such as a wrong recipient or rotated secret.
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. |