DELETE Audit Entries to Rollback Task

This REST request enables you to roll back the task to any available audit point in the task's audit history.

The HTTP request is formed as follows:
DELETE /rest/pub/opentask/taskID/audit/auditEntryID

Input Parameters

auditEntryID Integer The ID of the audit log entry that you want to roll the task back to.
taskID String The unique identifier that the Task Engine assigns to the task instance.

Output Parameters

None.