# tuist project delete Delete a Tuist project. ## Arguments ### full-handle **Environment variable** `TUIST_PROJECT_DELETE_FULL_HANDLE` The project to delete. Must be in the format of account-handle/project-handle. ```bash tuist project delete [full-handle] ``` ### path `Optional` **Environment variable** `TUIST_PROJECT_DELETE_PATH` The path to the directory or a subdirectory of the project. ```bash tuist project delete --path [path] tuist project delete -p [path] ```