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

Authorizations

Authorization
string
header
required

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

Path Parameters

paymentMethodId
integer<int32>
required

Response

OK