Skip to main content
DELETE
/
payment-method
/
{id}
Delete a payment method
curl --request DELETE \
  --url https://api.example.com/payment-method/{id} \
  --header 'Authorization: <authorization>'

Headers

Authorization
string
required

Bearer token for authentication

Path Parameters

id
string
required

Response

Payment method successfully deleted