deleteTask
Deletes an instance of a task from the Task Engine.
Input
|
Output
None.
Usage Notes
To delete a task using this operation, you must supply the ID of the task that you want to delete. To obtain this ID, use the searchTasks operation to locate the task and then extract the task ID from the result set that the searchTasks operation returns.
To delete a task successfully, the user ID in user must have permission to access the specified task. If the supplied ID does not have access to the task, or if the specified task does not exist, an exception is thrown.