Appearance
Remove Task Instance
Soft remove a task instance. Requires ADMIN, MANAGE_OBJECTS, or MANAGE_TO_DO permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
instanceId* | string | The unique identifier of the task instance to remove |
Return Value
json
{
"statusCode": 201,
"data": null,
"message": "Task instance removed"
}Examples
bash
curl -X DELETE "https://app.wombat.software/api/{targetPath}/task/:instanceId" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
delete
/api/{targetPath}/task/:instanceId