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.

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 to be deleted.

API Endpoint

DELETE human/tasks/delete/{taskId}

Client SDK Methods

TODO: Coming soon to the SDKs