REST API - deleteByID
The table summarizes the REST API - deleteByID.
Request
Format |
DELETE <baseurl>/globaldata/model/<caseType>/<version>/deletebyid |
Path parameters |
|
Body | casePayload: Contains the parameters in the
CasePayloadArrayType element (from the
BusinessDataServices schema).
This contains the case identifier of the case to be deleted. The case payload must be constructed to match the structure of the case data defined in your business object model. See Obtaining Information From TIBCO Business Studio. |
Example
Request |
DELETE <baseurl>/globaldata/model/com.example.hastings.Order/1/deletebyid |
Body |
<xml-fragment> <casePayload> <![CDATA[ <hastings:OrderElement xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:hastings="http://example.com/hastings" xsi:type="hastings:Order"> <orderNum>56643</orderNum> </hastings:OrderElement> ]]> </casePayload> </xml-fragment> |
Response |
<?xml version="1.0" encoding="UTF-8"?> <xml-fragment/> |
Copyright © Cloud Software Group, Inc. All rights reserved.