Hi! how can delete staging domain from Platform domain? Thank you
I am also facing this issue. No way to delete or manage.
You can't do it from the UI but you can remove it carefully in the database. On the control panel server, run:
docker exec -it orchd-postgres psql -U enhance delete from staging_domains where domain = 'my-unwanted-staging-domain.com';