pub async fn remove(upload_id: u64, game_folder: &Path) -> Result<(), String>
Remove an installed upload
upload_id - The ID of upload which will be removed
upload_id
game_folder - The folder with the game files where the upload will be removed from
game_folder
An error if something goes wrong