Skip to main content
DELETE
/
gateway
/
pools
/
{address}
Delete Pool
curl --request DELETE \
  --url http://localhost:8000/gateway/pools/{address} \
  --header 'Authorization: Basic <encoded-value>'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

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

Successful Response

The response is of type Response Delete Pool Gateway Pools Address Delete · object.