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

Parameters

ParameterTypeRequiredDescription
card_idstringYesThe 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

{ "name": "close_card", "arguments": { "card_id": "card_abc123" } }