pub async fn remove_user(
configuration: &Configuration,
account_id: &str,
username: Option<&str>,
key: Option<&str>,
) -> Result<(), Error<RemoveUserError>>
Expand description
Deletes a user. Permissions required: Site administration (that is, membership of the site-admin group).