Remove a card
Removing a card destroys it permanently. Unlike blocking, this action is irreversible — the card transitions to DESTROYED with destroyedReason of USER and cannot be reactivated or replaced.
caution
A card must be empty before it can be removed. Transfer any remaining balance to another instrumentInstrument A financial product owned by an Identity. There are two types: Managed Accounts (stored-value accounts that hold balances and can receive wire transfers) and Managed Cards (prepaid cards — virtual or physical — used for purchases). using a transfer transaction first.
POST/managed_cards/{id}/removeTry it
- Response
{
"code": "string",
"message": "string"
}