Skip to main content
DELETE
Delete payment method

Authorizations

Authorization
string
header
required

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

id
string
required

The unique identifier of the payment method to delete.

Example:

"payt_xxxxxxxxxxxxx"

Query Parameters

company_id
string | null

The unique identifier of the company. Provide either this or member_id, not both. Omit both to address your own saved payment methods.

Example:

"biz_xxxxxxxxxxxxxx"

member_id
string | null

The unique identifier of the member. Provide either this or company_id, not both. Omit both to address your own saved payment methods.

Example:

"mber_xxxxxxxxxxxxx"

Response

A successful response

Represents true or false values.