---
title: "Delete customer external account by ID"
method: DELETE
path: "/customers/external-accounts/{externalAccountId}"
tags: ["External Accounts"]
---

# Delete customer external account by ID

`DELETE /customers/external-accounts/{externalAccountId}`

Delete a customer external account by its system-generated ID.
An account that is currently a trusted beneficiary for SCA cannot be deleted — untrust it first via `POST /customers/external-accounts/{externalAccountId}/untrust` (and its `/confirm`), then delete.

## Response `204`

External account deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — External account not found
- `409` — Returned with `BENEFICIARY_TRUSTED` when the external account is currently a trusted beneficiary. Untrust it first, then delete.
- `500` — Internal service error

---

[API](https://skmtc.net/stainless-api/apis/grid-api.md) · [All operations](https://skmtc.net/stainless-api/apis/grid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stainless-api/grid-api/versions/151f2d9bad9c/schema)
