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.
pub async fn delete_group_with_id(
configuration: &Configuration,
group_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<(), Error<DeleteGroupWithIdError>>
Deletes the group for the given Id.