SOAP API - deleteDataView
The table summarizes the SOAP API - deleteDataView.
| Request | Uses the DeleteDataViewRequestelement (from the BusinessDataServicesschema) |
| Parameter notes |
|
| Response | Returns a DeleteDataViewResponseelement (from the BusinessDataServices schema) |
| Example | Request:<soapenv:Body>
<api:DeleteDataViewRequest>
<viewID>4</viewID>
</api:DeleteDataViewRequest>
</soapenv:Body>
|
Response:<SOAP-ENV:Body>
<DeleteDataViewResponse xmlns="http://api.bds.tibco.com"/>
</SOAP-ENV:Body>
|