Skip to main content
DELETE
/
api
/
v1
/
payment-method
/
{paymentMethodId}
Delete payment method
curl --request DELETE \
  --url https://staging.afx-server.com/api/v1/payment-method/{paymentMethodId} \
  --header 'x-api-key: <api-key>'
{}
Remove a payment method from the system. This action cannot be undone.

Authorizations

x-api-key
string
header
required

Static business API key from the dashboard

Path Parameters

paymentMethodId
string
required

The unique identifier of the payment method

Response

Payment method retrieved successfully.

The response is of type object.