---
title: "Delete Pool"
method: DELETE
path: "/gateway/pools/{address}"
tags: ["Gateway"]
---

# Delete Pool

`DELETE /gateway/pools/{address}`

Delete a liquidity pool from Gateway's configuration.

Removes a registered pool from Gateway. This prevents the pool from being used
for future CLMM operations. Does not affect any existing on-chain positions.

## Path parameters

- `address` string, required

## Query parameters

- `connector_name` string, required — DEX connector (e.g., 'meteora', 'raydium', 'uniswap')
- `network` string, required — Network name (e.g., 'mainnet-beta', 'mainnet')
- `pool_type` string, required — Pool type (e.g., 'clmm', 'amm')

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

- **2026-01-17** `daa29248aacc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hummingbot/apis/hummingbot-api/changes/gateway/pools/:address/delete.md)

---

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