Cancel card
DELETE/card/v1/cards/{id}
Permanently cancels a card by setting its status to CANCELLED. This action is irreversible: once cancelled, the card cannot be reactivated. Any pending transactions will be declined.
To issue a replacement card from the same configuration, use the Renew card endpoint.
Request
Responses
- 200
- 400
- 403
- 404
Card cancelled successfully. The response contains the updated card with CANCELLED status.