This play book (https://ibm-mas.github.io/ansible-devops/playbooks/uninstall-core/) will only uninstall MAS Core, and, as stated in the top, if you have applications installed in your suite (Manage, MVI, Monitor, etc) it will fail as you first need to uninstall (remove) them.
So, make sure you have nothing installed in your workspace before attempting running the uninstall playbook.
Try the MAS CLI via Docker, which is the most updated version of install/update/uninstall modes for MAS Suite.
docker run --pull always -ti --rm -v /c/mas8/Env:/path/in/container quay.io/ibmmas/cli #WindowsOS
docker run --pull always -ti --rm -v /home/docker-engine:/path/in/container quay.io/ibmmas/cli # Linux/CentOS
You just need to follow the inputs. You'll need the OpenShift credentials to run any of the commands after you pull the images.
But if you already have all dependencies uninstalled and you are still getting errors, you need to check for the Custom Resources Logs in your OpenShift, specially the ManageWorkspace CRD, maybe the server Bundles, Manage Deploy CRD as well or from other applications.