---
title: "Delete Account"
method: POST
path: "/accounts/delete-account"
tags: ["Accounts"]
---

# Delete Account

`POST /accounts/delete-account`

Delete an account and all its associated credentials.

Args:
    account_name: Name of the account to delete

Returns:
    Success message when account is deleted

Raises:
    HTTPException: 400 if trying to delete master account, 404 if account not found

## Query parameters

- `account_name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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