Delete a liquidity pool from Gateway’s pool list.
Args: address: Pool contract address to remove connector_name: DEX connector (e.g., ‘meteora’, ‘raydium’, ‘uniswap’) network: Network name (e.g., ‘mainnet-beta’, ‘mainnet’) pool_type: Pool type (e.g., ‘clmm’, ‘amm’)
Example: DELETE /gateway/pools/2sf5NYcY…?connector_name=meteora&network=mainnet-beta&pool_type=clmm
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
DEX connector (e.g., 'meteora', 'raydium', 'uniswap')
Network name (e.g., 'mainnet-beta', 'mainnet')
Pool type (e.g., 'clmm', 'amm')
Successful Response
The response is of type Response Delete Pool Gateway Pools Address Delete · object.