Deletes the project with the specified id.
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`.
<Check title="Required Permissions" icon="key">The user has to be the creator of the project or needs `write` permissions of the feature `project-master-data`.</Check>

