Passer au contenu principal
DELETE
/
v1
/
customers
/
{id}
/
payment-methods
/
{paymentMethodId}
Delete payment method
curl --request DELETE \
  --url https://api.hyperline.co/v1/customers/{id}/payment-methods/{paymentMethodId} \
  --header 'Authorization: Bearer <token>'

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

id
string
requis
paymentMethodId
string
requis

Réponse

204 - undefined