Skip to main content

Delete Human Task

This API is only to be used to delete a task that is disconnected from a workflow due to error conditions. Under normal conditions, this API wouldn't have to be used.

note

The invoking user should be a task owner or an ADMIN to the task. When using application credentials, the application should be the owner of the task in the workflow definition.

Note

If this API is invoked while the task is still associated with a workflow, the workflow task will be in an error state and the workflow would have to be retried or restarted to create a new task.

Input Payload

AttributeDescription
taskIdThe taskId of the human task which you want to delete.

API Endpoint

DELETE human/tasks/{taskId}

Client SDK Methods

TODO: Coming soon to the SDKs