Skip to main content
DELETE
Remove a payment method from a group (reverts it to personal)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required
Example:

"org-abc123"

groupId
string
required
Example:

"grp-abc123"

id
string
required

Payment method id from the list endpoint

Response

Envelope { success }

success
boolean
required
Example:

true