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