---
title: "Delete external account"
method: DELETE
path: "/payments/v2/external-accounts/{id}"
tags: ["External Accounts"]
---

# Delete external account

`DELETE /payments/v2/external-accounts/{id}`

Deletes the specified external account.

## Path parameters

- `id` string, required

## Response `204`

No content.

- ErrorResponse — Error response.
  - `status` integer — The HTTP status code.
  - `message` string — A top-level message describing the error(s).
  - `details` ErrorDetails[] — A list of details for each error that occurred.
    - `code` string — An error code for this error. Not always present.
    - `error` string — A description of this specific error.
    - `field` string — The field which has an error. This only set if the error has to do with a specific field, such as for validation errors. Nested fields are concatenated with `.`, as well as indexed fields in lists.

## Other responses

- `404` — Resource not found.

---

[API](https://skmtc.net/atlar/apis/atlar-api-v2.md) · [All operations](https://skmtc.net/atlar/apis/atlar-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlar/atlar-api-v2/revisions/9c5e194ccf5d/schema)
