Delete files uploaded via api

I have made a small project which involves sending files to gitlab via python-gitlab library and was looking for a way to remove unnecessary uploaded files. I searched through the Internet, documentation and examples, but was unable to find any such functionality.
Is it even possible to delete these files in /uploads/ folder? If so, I’d be really grateful for any help.