Since one of Sonarqube’s recent updates (>10), it is no longer possible to delete project links (|Project Settings|Links) when the project was created after the update. (Error message: “Insufficient permissions”).
I can neither delete the project as the user who created it nor as an admin user.
The log file does not provide any information about the root cause of the problem. The action is not logged at all on the backend.
The browser console shows:
request.ts:114
POST https://mysonar.test.ar/api/project_links/delete 403 (Forbidden)
For projects that were already created before the update, creation and deletion of links still work fine.