Function delete_user

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