pub async fn delete_group(
configuration: &Configuration,
workspace: &str,
name: &str,
) -> Result<String, Error<DeleteGroupError>>
pub async fn delete_group(
configuration: &Configuration,
workspace: &str,
name: &str,
) -> Result<String, Error<DeleteGroupError>>