SOAP API - deleteWorkListView

The table summarizes theSOAP API - deleteWorkListView.

Request Uses the deleteWorkListView element (from the WorkListService schema)
Parameter notes
  • workListViewID: the unique ID of the work view.
Response Returns a deleteWorkListViewResponse element (from the WorkListService schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.brm.n2.tibco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <api:deleteWorkListView workListViewID="3"/>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <deleteWorkListViewResponse workListViewID="3" xmlns="http://api.brm.n2.tibco.com"/>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>