deleteTask

Deletes a Workbook task from the project based on summary. A SOAP error envelope is returned if the operation fails.

Parameters

Parameter Type Description
cookie long Session cookie returned by projectLogon.
summary string Summary of the task to delete. If the summary matches more than one task, the operation fails.

Return value

Value Type Notes
result int 0 indicates success. Check the return value in case of an error.

Example

ttsdk.deleteTask(cookie, "Task summary");