Delete
DELETE/process-instance/:id/comment/:commentId
Removes a comment from a process instance by id.
Request
Responses
- 204
- 400
- 404
Request successful.
Returned if a given process instance id or comment id is invalid or history is disabled in the engine. 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.