Accounts

Delete a Connected Account

Deletes a connected account directly owned by the authenticated platform account. The account must have no settled, pending, or reserved balance in any currency and no active, trialing, or past-due memberships. The account stops resolving immediately, and its products, plans, and team access are removed in the background; payment history is retained. Deletion cannot be undone through the API. This cannot delete the platform account itself or an account owned by another platform.

delete/accounts/{id}

Path parameters

idstring required

Connected account ID, prefixed biz_.

Response

Connected account deleted.

deletedboolean required

Always true.

idstring required

ID of the deleted connected account.

Example response

{
  "deleted": true,
  "id": "biz_xxxxxxxxxxxxxx"
}

Changes