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
.
Required Permissions: The user has to be the creator of the project or needs
write
permissions of the feature project-master-data
.Path parameters
projectId
The id of the project.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
deleteTimeTrackings
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.
Response
No Content