Cancel a card
POST/v1/card/cards/:id/cancel
Permanently retires the card. There is no successor and no reversal: a canceled card cannot be unfrozen, re-issued or restored, and freeze/unfreeze on it answer CARD_TERMINAL. Use freeze for anything you might want to undo. Repeating a cancel is safe — it returns the same card without calling the provider again.
Request
Responses
- 200
- 401
Success
Missing, malformed, unknown, or revoked partner API key.