Delete
DELETE/task/:id/comment/:commentId
Removes a comment from a task by id.
Request
Responses
- 204
- 400
- 404
Request successful.
Returned if a given task id or comment id is invalid. Or 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.