I have a requirement that I need to clean up GitLab repo, and need to remove all empty subdirectories present in a specific directory inside a specific project of a specific group.
Since, there are more than 10000 such directories that I need to remove, I was planning to do it programmatically using Gitlab python API.
However, I can't seem to find any way to list subdirectories or to remove them in GitLab Python API documentation. Is it possible to implement?