Hi,
In my quest to automate standing up and tearing down GCS instances, I'm running into a few issues. Currently, one of the problems that I am hitting when trying to create idempotent commands is when I try to cleanup an endpoint, it looks like the gcs application credentials still show up in the web UI after the endpoint has been cleaned up.
sudo globus-connect-server endpoint cleanup -c $CLIENT_ID -y
To remove them I am having to manually log in to the Globus developer UI and delete them. Is there a pathway for automating removal of the GCS client?
best,
JB