pub async fn delete_by_name(
client: &impl Client,
name: &str,
) -> Result<(), ClientError>
Expand description
Delete group by name
.
pub async fn delete_by_name(
client: &impl Client,
name: &str,
) -> Result<(), ClientError>
Delete group by name
.