---
title: "Delete a Link account"
method: DELETE
path: "/api/link/v1/enterprises/{enterpriseId}/accounts/{accountId}"
tags: ["Link Accounts"]
---

# Delete a Link account

`DELETE /api/link/v1/enterprises/{enterpriseId}/accounts/{accountId}`

Soft-deletes a Link account. Blocks deletion if the account has active
sub-accounts or pending transfers.

## Path parameters

- `enterpriseId` string, required
- `accountId` string, required

## Headers

- `user-id` string, required

## Response `200`

OK

- V1DeleteAccountResponse
  - `id` string, required
  - `venueId` string, required
  - `credentials` object[], required
    - `id` string, required
    - `accessLevels` string[], required
    - `expirationDate` string
  - `status` 'active' | 'inactive' | 'deleted' | 'pending_credentials' | 'restricted', required
  - `name` string, required
  - `description` string, required
  - `whitelistingEnabled` boolean, required
  - `parentAccount` string
  - `users` object[]
    - `permissions` string[], required
    - `userId` string, required
  - `createdDate` string, date-time, required
  - `modifiedDate` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

## Changes

- **2026-08-29** `37833ced5346` — 1 warning
  - added the new `restricted` enum value to the `allOf[subschema #2: V1AccountResponse]/status` response property for the response status `200`

[Change history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/link/v1/enterprises/:enterpriseId/accounts/:accountId/delete.md)

---

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