---
title: "Delete a Connected Account"
method: DELETE
path: "/accounts/{id}"
tags: ["Accounts"]
---

# Delete a Connected Account

`DELETE /accounts/{id}`

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.

## Path parameters

- `id` string, required

## Response `200`

Connected account deleted.

- object
  - `deleted` boolean, required — Always true.
  - `id` string, required — ID of the deleted connected account.

## Other responses

- `400` — Invalid Parameters
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Resource not found

## Changes

> 74 revisions in range; 1 not diffed.

- **2026-09-25** `86b97292852d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/whop/apis/whop-api/changes/accounts/:id/delete.md)

---

[API](https://skmtc.dev/whop/apis/whop-api.md) · [All operations](https://skmtc.dev/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc.dev/whop/apis/whop-api/revisions/78e1ed7366cd?raw)
