Delete a workflow task assignment
delete
/fscmRestApi/resources/11.13.18.05/publicSectorWorklistTaskAssignments/{publicSectorWorklistTaskAssignmentsUniqID}
Request
Path Parameters
-
publicSectorWorklistTaskAssignmentsUniqID: integer
This is the hash key of the attributes which make up the composite key--- LoginUserId and TaskId ---for the Worklist Task Assignments resource and used to uniquely identify an instance of Worklist Task Assignments. The client should not generate the hash key value. Instead, the client should query on the Worklist Task Assignments collection resource with a filter on the primary key values in order to navigate to a specific instance of Worklist Task Assignments.
For example: publicSectorWorklistTaskAssignments?q=LoginUserId=<value1>;TaskId=<value2>
Response
204 Response
No content. This task does not return elements in the response body.