For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Delete a project

DELETE 

/projects/:projectKey

Soft-deletes the project with the given project key. The project is moved to the recently deleted state and can be recovered during the retention window. The project must have no files in the project or any of its descendants. To permanently and irreversibly remove a project, use DELETE /projects/{projectKey}/permanent instead.

Request

Responses

The project was deleted successfully.