Scenario: A new branch is created and desired code changes applied. The branch is later deployed to Netlify with a custom (Branch) URL. After testing, pull request is made and a deploy-preview is also deployed on Netlify with another custom URL. Then, merge request is approved and successfully merged the branch is fully deleted.
Consequences: However, even then the deploy-preview and branch-deploy specific deploys remain up and published.
Question:
- How does one remove (purge) branch-specific deploy from Netlify?
- Bonus: How does one remove (purge) deploy-preview deploy from Netlify?