Skip to main content
DELETE
/
public
/
{user_id}
/
payment-methods
/
{paymentMethod_uuid}
Delete Payment Method
curl --request DELETE \
  --url https://apigw.ipxo.com/ecommerce/public/{user_id}/payment-methods/{paymentMethod_uuid} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string
required

The ID of the user.

paymentMethod_uuid
string
required

Response

204

Successful Deleted Payment Method