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