Skip to end of metadata
Go to start of metadata
DescriptionDelete a project

URL

/api/projects/<project_id>

HTTP MethodDELETE

Security

Requires Project Administrator role

Examples

Use CaseExample Request
Delete project 'myProject' with user 'admin/admin'

curl -u admin:admin -X DELETE http://localhost:9000/api/projects/myProject

Parameters

Parameter

Description

Required

Default ValueExample Value

project_id

id or key of the project

Yes

Noneorg.codehaus.sonar:sonar
Labels
  • None