Project returns 404 and cannot be deleted

Hey gitlab forum,

I have created a new project and imported an existing project from github. I realised I imported it under a wrong account and wanted to delete the project, but the URL returns a 404 and I can therefore not access the settings on https://gitlab.com/m4rinos/laravel.

The project can however be accessed though the API via https://gitlab.com/api/v4/projects/4645148 and I can clone the project without problems.

Can anyone tell me how to delete this project and maybe give an explanation what I did wrong here?

hmm, I managed to delete it through curl --request DELETE --header https://gitlab.com/api/v4/projects/4645148, but still puzzeling

1 Like