Skip to main content
Version: Next

Unassign a user task

DELETE 

/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.

Loading...