Delete a Card

Delete a card by removing it from the account.
Cards
Delete a Card
 last updated: 
November 30, 2023

200 OK success status response code with cardStatus as canceled indicates that card was deactivated and removed from the associated bank account.

ENDPOINT

  1. DELETE /v1/card/:id

RESPONSE

  1. {
  2.     "id": "crd-290d30c2-8284-490f-b2ab-6186a4275624",
  3.     "cardStatus": "canceled"
  4. }