---
title: "Action Disconnect"
method: POST
path: "/v1/accounts/{account_id}:disconnect"
tags: ["Accounts"]
---

# Action Disconnect

`POST /v1/accounts/{account_id}:disconnect`

This endpoint allows you to disconnect an account.
Upon successful disconnection, the account's connection is terminated.


Possible Codes in Error Response (see [Errors](https://docs.volteras.com/api-reference/errors) for error response schema and meaning of codes):

- AUTHENTICATION_ERROR
- REQUEST_VALIDATION_ERROR
- RESOURCE_NOT_FOUND
- SERVER_ERROR

## Path parameters

- `account_id` string, required — ID of the account.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/volteras/apis/volteras-connect.md) · [All operations](https://skmtc.net/volteras/apis/volteras-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/volteras/volteras-connect/revisions/bcb08bba814d/schema)
