lemma_delete_card
Permanently cancel a card to block all future transactions. Explicit user confirmation is required before each cancellation.
Instructions
WRITE -- PERMANENTLY cancels a real card so it can no longer be used. Idempotent by nature (DELETE; no idempotency key needed). Requires explicit user approval before every call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_id | Yes | ||
| confirm | No | Must be true to execute. Requires prior explicit approval from the human user. |