REST API - deleteByRef - Multiple Case Data Objects
The REST API - deleteByRef operation deletes multiple case data objects by case reference. The case references are listed as query parameters so the number of them is limited by path length.
Request
Format | DELETE <baseurl>/globaldata/deletebyref |
Query parameters | caseReference=string. The reference to the case object. Whenever a case object is created, a unique case reference is also created. Providing the case reference, provides access to the case data object. You can obtain case references using findAllCases . |
Response
JSON | Returns a JSON representation of the contents of a deleteCaseByRefResponse element. |
XML | Returns the contents of a deleteCaseByRefResponse element (from the BusinessDataServices schema) |
Copyright © Cloud Software Group, Inc. All rights reserved.