Running this action requires a SonarQube User Token generated by the user on whose behalf the action will run.
DeleteSonarqubeProjects — deletes one or more projects from SonarQube.
Request example
analyzedBefore: 2017-10-19T13:00:00+0200
onProvisionedOnly: 'false'
projects: example_project,another_project
q: example
qualifiers: TRKRequest specification
| Name | Required | Description | Possible values | Example values |
|---|---|---|---|---|
| analyzedBefore | No | Delete all projects whose last analysis is older than a specific date | - | 2017-10-19, 2017-10-19T13:00:00+0200 |
| onProvisionedOnly | No | Filter projects by the onProvisionedOnly value | true, false, yes, no | - |
| projects | No | List of project keys to delete | - | my_project, another_project |
| q | No | Delete all projects whose name or key contains the specified substring | - | example |
| qualifiers | No | Filter projects by the specified qualifiers | TRK, VW, APP |