Skip to main content
DELETE
/
api
/
PaymentMethod
/
{paymentMethodId}
Delete Payment Method
curl --request DELETE \
  --url https://api-sandbox.revolv3.com/api/PaymentMethod/{paymentMethodId} \
  --header 'x-revolv3-token: <api-key>'
{
  "message": "Unable to perform the request action with provided data."
}

Authorizations

x-revolv3-token
string
header
required

Path Parameters

paymentMethodId
integer<int64>
required
Required range: 1 <= x <= 1000000000

Response

OK