Skip to main content
DELETE
/
api
/
v2
/
payment-method
/
{paymentMethodId}
Delete payment method
curl --request DELETE \
  --url https://demo.api.loopcrypto.xyz/api/v2/payment-method/{paymentMethodId} \
  --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

paymentMethodId
string
required

The identifier of the payment method to delete. This must be a valid payment method ID associated with your entity. Used to identify the specific payment method to delete

Response

Ok

A response object that is empty

I