Using the Terminal, I was able to delete the files. You point to the drive that was originally used for the backup. In my case, it was "Disk 2". Here are the entries:
cd /Volumes/"Disk 2"/.Trashes/
sudo ls 501
(Enter the Admin password)
It will then list the folders of the backup (ex.
2020-02-24-000002)
You then enter:
sudo rm -rf 501/2020-02-24-000002
You have to do it for each folder listed. It's a pain, but it works.
Thanks everybody for your feedback!