DELETE
/
api
/
v2
/
storefront
/
account
/
credit_cards
/
{id}
curl --request DELETE \
  --url https://demo.spreecommerce.org/api/v2/storefront/account/credit_cards/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

User token to authorize Cart and Checkout requests.

It is required to associate Cart with the User.

Path Parameters

id
string
required

The ID of the credit_card you wish to remove.

Response

204
_mintlify/placeholder

204 Success No Content Returned - Requested Credit Card has been removed from the User Account