pub async fn delete_dm_routing_config(
configuration: &mut Configuration,
params: DeleteDmRoutingConfigParams,
) -> Result<(), Error<DeleteDmRoutingConfigError>>Expand description
Delete a routing config. By default, configs that have an active version cannot be deleted. Pass force=true to bypass the active-version check — this is destructive and will immediately stop traffic routing for any paths the config serves. The force parameter does not bypass the domain-association check; if domains are still associated, deletion is rejected with 409 regardless of force.