Delete a project
DELETE/nevisadmin/api/v1/projects/:projectKey
Required permission: MODIFY_PROJECT on the project, or higher scope
Deletes the project with the given key.
Request
Responses
- 200
- 400
- 403
- 404
- 409
Success
Invalid project key
Insufficient permissions.
Project not found
Project is currently being deployed