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
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like 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.
"biz_xxxxxxxxxxxxxx"
The unique identifier of the member. Provide either this or company_id, not both.
"mber_xxxxxxxxxxxxx"
Response
A successful response
Represents true or false values.

