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

# DELETE /account/{account_id}

`DELETE /account/{account_id}`

Deletes a specific account

## Path parameters

- `account_id` string, required

## Response `200`

Account deletion confirmation

- DeleteAccountResponse
  - `request_id` string — The ID of the request
  - `success` boolean — Whether the deletion was successful
  - `account_id` string — The ID of the deleted account

## Other responses

- `400` — Account 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)
