---
title: "Remove Gateway Wallet"
method: DELETE
path: "/accounts/gateway/{chain}/{address}"
tags: ["Accounts"]
---

# Remove Gateway Wallet

`DELETE /accounts/gateway/{chain}/{address}`

Remove a wallet from Gateway.

Args:
    chain: Blockchain chain (e.g., 'solana', 'ethereum')
    address: Wallet address to remove

Returns:
    Success message

Raises:
    HTTPException: 503 if Gateway unavailable

## Path parameters

- `chain` string, required
- `address` 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)
