SOAP API - deleteCaseByRef
The table summarizes the SOAP API - deleteCaseByRef.
Request | Uses the DeleteCaseByRefRequest element (from the BusinessDataServices schema). |
Parameter notes | caseReference. The reference to the case object. You can obtain case references using findAllCases. |
Response | Returns a DeleteCaseByRefResponse element (from the BusinessDataServices schema) |
Example | Request:
<soapenv:Body> <api:DeleteCaseByRefRequest> <caseReference>BDS-2-com.example.gddemo.Customer-57-0</caseReference> </api:DeleteCaseByRefRequest> </soapenv:Body> |
Response:
<SOAP-ENV:Body> <DeleteCaseByRefResponse xmlns="http://api.bds.tibco.com"/> </SOAP-ENV:Body> |
Copyright © Cloud Software Group, Inc. All rights reserved.