v1

latestOpenAPI 3.0.02026-07-14198572488.4 KB
Billing

Delete Payment Method

Removes a payment method from the account

delete/v1/billing/payment_methods/{payment_method_id}

Path parameters

payment_method_idinteger required

Response

OK

successboolean

whether the request succeeded

errorsstring[]
messagesstring[] nullable

Example response

{
  "success": true,
  "errors": [],
  "messages": [],
  "result": {
    "success": true
  }
}