v1

latestOpenAPI 3.1.02026-07-2419077.8 KB

Delete a Card

This endpoint can be used to delete any saved cards.

delete/{customer_id}/{card_id}

Path parameters

customer_idstring required

The ID of the customer whose card needs to be deleted.

card_idstring required

The ID of the card that needs to be deleted.

Response

200

deletedboolean
idstring
deleteboolean

Example response

{
  "deleted": true,
  "id": "card_yQgS4922138M2ru9E05R787",
  "delete": true
}