---
title: "Delete an external account"
method: DELETE
path: "/v1/accounts/{account}/external_accounts/{id}"
---

# Delete an external account

`DELETE /v1/accounts/{account}/external_accounts/{id}`

Delete a specified external account for a given account.

## Path parameters

- `account` string, required
- `id` string, required

## Response `200`

Successful response.

- union
  - object
    - `currency` string, nullable — Three-letter [ISO code for the currency](https://stripe.com/docs/payouts) paid out to the bank account.
    - `deleted` true, required — Always true for a deleted object
    - `id` string, required — Unique identifier for the object.
    - `object` 'bank_account', required — String representing the object's type. Objects of the same type share the same value.
  - object
    - `currency` string, nullable — Three-letter [ISO code for the currency](https://stripe.com/docs/payouts) paid out to the bank account.
    - `deleted` true, required — Always true for a deleted object
    - `id` string, required — Unique identifier for the object.
    - `object` 'card', required — String representing the object's type. Objects of the same type share the same value.

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stripe/apis/stripe-api-2.md) · [All operations](https://skmtc.net/stripe/apis/stripe-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stripe/stripe-api-2/versions/3653ad45bbec/schema)
