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: TRK

Request specification

NameRequiredDescriptionPossible valuesExample values
analyzedBeforeNoDelete all projects whose last analysis is older than a specific date-2017-10-19, 2017-10-19T13:00:00+0200
onProvisionedOnlyNoFilter projects by the onProvisionedOnly valuetrue, false, yes, no-
projectsNoList of project keys to delete-my_project, another_project
qNoDelete all projects whose name or key contains the specified substring-example
qualifiersNoFilter projects by the specified qualifiersTRK, VW, APP