Delete a project
DELETE/projects/:projectKey
Deletes the project with the given project key. The project must have no files in the project or any of its descendants. Empty folders and version history are removed as part of the deletion.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
The project was deleted successfully.
The provided data is not valid.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The project was not found.
An internal error occurred while processing the request.