# Archive Account

> Archive a trading account by ID. Archived accounts are no longer treated as active trading accounts.

Source: /admin/accounts-funding/accounts/accounts-service_-account-archive

## `DELETE /accounts/{id}`

**Archive Account**

Archive a trading account by ID. Archived accounts are no longer treated as active trading accounts.

Tags: `Accounts`

#### Path parameters

- `id` (string) (required)


### Responses

#### `200` — A successful response.

**Content-Type:** `application/json`

Empty response payload returned by RPCs that have no data to return.
`object`

#### `default` — An unexpected error response.

**Content-Type:** `application/json`

- `code` (integer)
- `message` (string)
- `details` (array)
  - items:
    - `@type` (string)

