Delete a custom token from Gateway’s token list for a specific network.
Args: network_id: Network ID in format ‘chain-network’ (e.g., ‘solana-mainnet-beta’, ‘ethereum-mainnet’) token_address: Token contract address to delete
Example: DELETE /gateway/networks/solana-mainnet-beta/tokens/9QFfgxdSqH5zT7j6rZb1y6SZhw2aFtcQu2r6BuYpump
Note: After deleting a token, restart Gateway for changes to take effect.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
The response is of type Response Delete Network Token Gateway Networks Network Id Tokens Token Address Delete · object.