Permanently deletes a task from a Worksnaps project. This action is destructive and cannot be undone. Use GET_TASKS first to find the task_id, and GET_PROJECTS to find the project_id. Returns success=true if the task was deleted. Returns 404 error if project or task does not exi…
task_idRequiredintegerThe unique ID of the task to delete. Can be obtained from GET_TASKS or CREATE_TASK actions.
project_idRequiredintegerThe unique ID of the Worksnaps project that contains the task. Can be obtained from GET_PROJECTS or GET_PROJECT_DETAILS actions.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.