pub async fn delete_flexible_ip(
    configuration: &Configuration,
    zone: &str,
    fip_id: &str
) -> Result<(), Error<DeleteFlexibleIpError>>