Delete a project
DELETE/projects/:projectKey
Soft-deletes the project with the given project key, cascading to all of its descendant folders and files. The project is moved to the recently deleted state and can be recovered during the retention window. To permanently and irreversibly remove a project, use DELETE /projects/{projectKey}/permanent instead.
Request
Responses
- 204
- 401
- 403
- 404
- 500
The project was deleted successfully.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The requested resource was not found.
An internal error occurred while processing the request.