Administrator could not delete project

Hi,
In SonarQube Enterprise Edition Version 8.9 (build 43852), as an administrator, I could not delete a project in Administration / Projects / Delete
I get the error “The request cannot be processed. Try again later

I tried using the rest api :

curl -L POST -u admin:xxx https://sonar.xxxxxx/web_api/api/projects/delete?project=xxxx:yyyyy 
Forbidden!

but I get a 403 (authenticated with admin account).

The project does not appear in project list (from Projects)
Is there a way to remove it directly in DB?

Hi,

Welcome to the community!

Do you have administer permissions directly on the project? It’s possible to be a global admin and not have those permissions and I believe they’re specifically necessary for project deletion.

 
HTH,
Ann

Hi Ann,

I don’t have permissions directly on this project. No body has anymore.

I tried to apply default template permission and I cannot.

The users that had permissions, are no longer in the company. I can I reset permissions, or I can I delete that project? May removing it from DB?

Regards,

Esteban

image001.jpg

Hi Esteban,

The great thing about being a global admin is that you can grant yourself permissions on a project. :grinning_face_with_smiling_eyes:
Administration → Projects → Management → [Cog menu] → Edit Permissions

 
HTH,
Ann