> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# close_card

> Permanently close a virtual card

Permanently closes a virtual card. This is irreversible, so double-check the card ID before calling.

## Parameters

| Parameter | Type   | Required | Description          |
| --------- | ------ | -------- | -------------------- |
| `card_id` | string | Yes      | The card ID to close |

## Returns

A confirmation message with the `cardId` and a `status` of `closed`. The close is permanent: the card cannot be reopened. Calling it on an already-closed card is safe and simply succeeds again.

## Example

```json theme={null}
{ "name": "close_card", "arguments": { "card_id": "card_abc123" } }
```
