---
title: "DELETE /list/{list_name}/account/{account_id}"
method: DELETE
path: "/list/{list_name}/account/{account_id}"
---

# DELETE /list/{list_name}/account/{account_id}

`DELETE /list/{list_name}/account/{account_id}`

Removes an account from a specific list

## Path parameters

- `list_name` string, required
- `account_id` string, required

## Response `200`

Account removed from list response

- RemoveAccountFromListResponse
  - `request_id` string — The ID of the request
  - `message` string — Success message
  - `success` boolean — Whether the operation was successful

## Other responses

- `400` — Account or list not found

---

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