Skip to content

Delete a card

DELETE
/api/users/self/stripe/cards/{cardId}

Note that the underlying Stripe payment method will NOT be detached from the Stripe customer.

Parameters

Path Parameters

cardId
required
string

Request Body required

Responses

200

Response for status ok

object
success
required
boolean

404

Response for status notFound

object
success
required
boolean
message
required
string

500

Response for status internalServerError

object
success
required
boolean
message
required
string