v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
Billing: Payment methods

Delete payment method

Delete a payment method from your account.

Use this endpoint to remove unused payment methods from user accounts.

delete/api/billing/v1/payment-methods/{paymentMethodId}

Path parameters

paymentMethodIdinteger required
Example:9693613

Payment method ID

Response

Success empty response

messagestring

Example response

{
  "message": "Request accepted"
}