v8

OpenAPI 3.1.02026-08-033623795.0 MB
Payment methods

Delete payment method

Delete a saved payment method. Cannot delete a payment method attached to an active subscription.

Required permissions:

  • member:payment_methods:manage
delete/payment_methods/{id}

Path parameters

idstring required
Example:payt_xxxxxxxxxxxxx

The unique identifier of the payment method to delete.

Query parameters

company_idstring nullable

The unique identifier of the company. Provide either this or member_id, not both.

Example:biz_xxxxxxxxxxxxxx
member_idstring nullable

The unique identifier of the member. Provide either this or company_id, not both.

Example:mber_xxxxxxxxxxxxx

Response

A successful response

boolean required

Represents true or false values.