remove_added_card
Remove (unenroll) one of the user's added cards. Irreversible for that enrollment: any virtual cards created against it are closed first, then the card is unenrolled at the network. ALWAYS confirm with the user before calling. Get ids from list_added_cards. The user can add the same card again later (create_card with restart_setup: true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attached_card_id | Yes | The id of the added card to remove (from list_added_cards). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The id of the removed card. | |
| status | No | "revoked" on success. | |
| message | Yes | Human-readable confirmation or guidance. | |
| closedCards | No | How many virtual cards created against it were closed. |