Delete Task Comments
DELETE/task/:id/comment
Deletes all comments of a task by task id.
Request
Responses
- 204
- 400
- 404
Request successful.
Returned if a given task id is invalid. Orhe history of the engine is disabled. See the Introduction for the error response format.
The authenticated user is unauthorized to delete this resource. See the Introduction for the error response format.