Skip to content

Remove Task Instance

Soft remove a task instance. Requires ADMIN, MANAGE_OBJECTS, or MANAGE_TO_DO permissions.

Parameters

name * are required parametersdata typedescription
instanceId*stringThe 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