How to bulk delete GitLab artifacts using GraphQL API
Issue #1005
GitLab CI/CD pipelines create artifacts that take up a lot of storage space. While GitLab has a UI to delete them, doing this for thousands of artifacts one page at a time is slow and boring.
In this article, we’ll build a script …