Deletes the project with the specified id.

POST

Deletes the project with the specified id. In the default case the related tasks of this project will also be deleted and the related time entries of this project and all tasks loose the relation to the deleted project and tasks. To delete the time entries as well, you can set the deleteTimeTrackings property of the request to true.

Required Permissions: The user has to be the creator of the project or needs write permissions of the feature project-master-data.

Path parameters

projectIdstringRequired
The id of the project.

Request

This endpoint expects an object.
deleteTimeTrackingsbooleanOptional
Set to true to delete also the related time trackings. If it is set to false the related time trackings are still there, but the project and task reference will be cleared. That will also happen if no request body is present.