deleteCaseByCID

The deleteCaseByCID operation deletes existing case data from the case data store for a given case identifier (CID). For example, a customer ID.

A case identifier is a special type of attribute that can be used to uniquely identify a case class. A case class must have at least one case identifier and may have many, depending on the nature of the case data. Case identifiers are specified at designtime when modeling your case data in TIBCO Business Studio.

  • The request must contain the case identifier for the case class. It also specifies the case type, case model version and the case data to be deleted. You can specify more than one case data to be deleted.
  • The response indicates success by returning a DeleteCaseByCIDResponse.
Required System Action
deleteGlobalData
API Descriptions