Delete payment method
Delete a saved payment method. Cannot delete a payment method attached to an active subscription.
Required permissions:
member:payment_methods:manage
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Path Parameters
The unique identifier of the payment method to delete.
"payt_xxxxxxxxxxxxx"
Query Parameters
The unique identifier of the company. Provide either this or member_id, not both. Omit both to address your own saved payment methods.
"biz_xxxxxxxxxxxxxx"
The unique identifier of the member. Provide either this or company_id, not both. Omit both to address your own saved payment methods.
"mber_xxxxxxxxxxxxx"
Response
A successful response
Represents true or false values.

