pub async fn delete_user(
configuration: &Configuration,
workspace: &str,
username: &str,
) -> Result<String, Error<DeleteUserError>>
pub async fn delete_user(
configuration: &Configuration,
workspace: &str,
username: &str,
) -> Result<String, Error<DeleteUserError>>