| Description | Delete a project |
URL | /api/projects/<project_id> |
| Method | DELETE |
Security | Requires Project Administrator role to delete a project |
Examples
Delete project 'myProject' with user 'admin/admin':
Code Block language none curl -u admin:admin -X DELETE http://localhost:9000/api/projects/myProject
Parameters
Parameter | Description | Required | Default Value |
|---|---|---|---|
project_id | id or key of the project | Yes | None |

