DELETE Task Attachment

This REST request deletes the specified task attachment from a task instance. The underlying built-in service is pub.task.taskclient:deleteTaskAttachment.

The HTTP request is formed as follows:

DELETE /rest/pub/opentask/taskID/attachments/attachmentID[?user]

Input Parameters

attachmentID String The unique identifier of the attachment 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 IBM My webMethods Server user on whose behalf this operation executes. If user is not specified, the user ID associated with the WmTaskClient package is used. For information about configuring this user ID, see IBM webMethods Task Engine User’s Guide.

Output Parameters

None.