> ## Documentation Index
> Fetch the complete documentation index at: https://api-reference.hyperswitch.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Merchant Account

> Curl example for deleting a merchant account.

# Delete Merchant Account

## Request

```bash theme={null}
curl --request DELETE "$BASE_URL/merchant-account/merchant_demo" \
  --header "$AUTH_HEADER"
```

## Response

```json theme={null}
{
  "message": "Merchant account deleted successfully",
  "merchant_id": "merchant_demo"
}
```
