pub async fn remove( upload_id: UploadID, 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
If something goes wrong