Skip to main content
Version: Next

Unassign user task

DELETE 

http://localhost:8080/v2/user-tasks/:userTaskKey/assignee

Removes the assignee of a task with the given key.

Request​

Path Parameters

    userTaskKey int64required

    The key of the user task.

Responses​

The user task was unassigned successfully.

curl -L -X DELETE 'http://localhost:8080/v2/user-tasks/:userTaskKey/assignee'
Request Collapse all
Base URL
http://localhost:8080/v2
Parameters
— pathrequired