v1
latestOpenAPI 3.0.02026-07-14198572488.4 KBBilling
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
Example response
{
"success": true,
"errors": [],
"messages": [],
"result": {
"success": true
}
}