Disable a card

Disables a card associated with a Moov account.

To use this endpoint from the browser, you’ll need to specify the /accounts/{accountID}/cards.write scope when generating a token.
DELETE
/accounts/{accountID}/cards/{cardID}
204 404 429
Card disabled.
No card with the specified accountID was found.
Request was refused due to rate limiting.

Retry-After

number

Path parameters

accountID

string <uuid> required
ID of the Moov account representing the cardholder.

cardID

string <uuid> required
ID of the card.