---
title: "Disconnect account"
method: DELETE
path: "/v1/accounts/{accountId}"
tags: ["Accounts"]
---

# Disconnect account

`DELETE /v1/accounts/{accountId}`

Disconnects and removes a connected account. Repeating the call for an account already disconnected returns 404, the account stays in its 1h grace window and the disconnect is not re-run.

## Path parameters

- `accountId` string, required

## Response `200`

Disconnected

- object
  - `message` string

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

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