pub async fn delete_group_with_id(
    configuration: &Configuration,
    group_id: &str,
    x_fusion_auth_tenant_id: Option<&str>
) -> Result<(), Error<DeleteGroupWithIdError>>
Expand description

Deletes the group for the given Id.