Task Engine 10.11 | Task Engine Webhelp | webMethods Task Engine API and Service Reference | Using the Task Engine RESTful Web Services in My webMethods Server | DELETE Task Comment
 
DELETE Task Comment
This REST request deletes the specified task comment from the specified task instance as well as all associated attachments.
The HTTP request is formed as follows:
DELETE /rest/pub/opentask/taskID/comments/commentID [?user=value]
Input Parameters
commentID
String The unique identifier of the comment to be deleted.
taskID
String The unique identifier that the Task Engine assigns to the task instance.
user
String Optional. The user ID of the My webMethods Server user on whose behalf this operation executes.
Output Parameters
None.