i was creating some review apps with a .gitlab-ci.yml and those review apps were created as environments.
That worked well, but the on_stop-job was broken that time.
I didn’t recognise it was broken and merged the changes into main.
Now i have the problem that i cannot delete the already created review-app environment as the on_stop job will always and forever fail (now because the branch doesn’t exist anymore).
I have some environments that are stuck in a null state that have been stuck for months neither stopped or active; like a pointer that is pointing to nothing.
Following your instructions to use the API I get a good query of these Environments with state: stopping but when I attempt delete them with the API I get a 404 Not Found.