# Remove domain from dynamic IP pools The behavior of this endpoint depends on the value of the and parameters. One of these parameters (but not both) must be provided. If is provided, the IP(s) will be assigned to the domain. can include one of the following: * valid IP(s): this IP address or addresses will be added to the domain * string : if the account is eligible for shared IPs, a suitable shared IP will be chosen and added to the domain The 'replacement_ip' parameter cannot include any IPs that are already assigned to a Dedicated IP Pool or a Dynamic IP Pool. If is provided, the Dedicated IP Pool will be assigned to the domain. Endpoint: DELETE /v3/domains/{name}/dynamic_pools Version: 3.0.0 Security: basicAuth ## Path parameters: - `name` (string, required) Domain name ## Query parameters: - `replacement_ip` (string, required) A valid IP address or 'shared'. This field can be specified multiple times if all provided IPs are dedicated. Cannot be provided if providing 'replacement_pool_id' param - `replacement_pool_id` (string, required) A valid dedicated IP pool ID to assign to the domain. Cannot be provided if providing 'replacement_ip' param ## Response 200 fields (application/json): - `message` (string, required) Response message