Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The model describing the task deletion request.
taskIdslist of stringsRequired
List of tasks to be deleted.
deleteTimeTrackingsbooleanOptional
Set to true to also delete the related time trackings.
If it is set to false, the related time trackings will still be there, but
the project and task reference will be cleared.
This will also happen if no request body is present.