Hi community, i have an issue in my CI/CD with sc...
# ask-community
d
Hi community, i have an issue in my CI/CD with scheduled flows. - when i delete a scheduled flow from my code base the CI/CD stops registering it but the older version remain. is there any elegant solution for ensuring that deleted code is unregistered?
plus1 1
j
There is an API endpoint to delete deployments - that won't necessarily remove the underlying flow (you might have to hit the storage API for that), though I don't know how convenient it would be to work that into your CI/CD
d
🙏