Account / Credit Cards
Remove a Credit Card
Removes a specified credit card for the current user with a soft delete to retain payment information for any pre-existing orders.
DELETE
/
api
/
v2
/
storefront
/
account
/
credit_cards
/
{id}
Authorizations
Authorization
string
headerrequiredUser token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
Path Parameters
id
string
requiredThe ID of the credit_card
you wish to remove.
Was this page helpful?