DELETE /hub/v1/workflowitems/{workflowItemId}/roles/{workflowRoleInstanceId}/Users/{userId}
Removes a user assigned to a workflow role.
Name | Type | | Description |
---|
workflowRoleInstanceId | string | Required | Id of the workflow role instance record |
workflowItemId | string | Required | Id of the workflow item |
userId | string | Required | Id of the user to be removed |
Status | Name | Type | Description |
---|
204 | | | 204 No Content |
| message | string | Value is a required field. |
| errorcode | string | Error code for the exception (10002) |
| | | |
400 | | | 404 Not Found |
| message | string | The WorkflowRoleInstanceUser isn’t active, so it can’t be deleted. |
| errorcode | string | Error code for the exception (30003) |
| | | |
403 | | | 403 Unauthorized |
| message | string | Insufficient Privileges. |
| errorcode | string | Error code for the exception (20002) |