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
.
write
permissions of the feature project-master-data
.The id of the project.
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.