deleteCaseByRef

The deleteCaseByRef operation deletes existing case data for a given case reference from the case data store. A case object is accessed by reference. Whenever a case object is created, a unique case reference is also created. Providing the case reference, provides access to the case data object.

  • The request contains the case references of the case data to be deleted. You can specify more than one case reference. You can obtain case references using findAllCases.
  • The response indicates success by returning DeleteCaseByRefResponse.
Required System Action
deleteGlobalData
API Descriptions