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
Example response
{
"message": "Request accepted"
}