Function admin_delete_user_public_key

Source
pub async fn admin_delete_user_public_key(
    configuration: &Configuration,
    username: &str,
    id: i64,
) -> Result<(), Error<AdminDeleteUserPublicKeyError>>