PUT <baseurl>/ref/<caseReference>/unlinkx/<roleName>
Path parameters
caseReference: The case reference of the case data you want to disassociate with other case data. For example,
BDS-2-com.example.gddemo.Customer-1-1. You must only specify one. You can obtain the case reference by using
findAllCases.
roleName: The name of the association. For example,
claim.
Body
Consists of a list of case references that you want to disassociate the source case reference from. You can obtain case references using
findAllCases . For example,
BDS-2-com.example.gddemo.Customer-1-0.
Response
JSON
Returns a JSON representation of the contents of an
UnlinkCaseResponse
element.