SOAP API - setExtensionPoints - Remove Extension Point

The table summarizes the SOAP API - setExtensionPoints.

Request Uses the setExtensionPoints element (from the OrgModelService schema)
Parameter notes Use getOrgModel with the include-ext-points parameter set to "true" to get parameters needed for setExtensionPoints.
Response Returns a setExtensionPointsResponse element (from the OrgModelService schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:org="http://orgmodel.api.de.bpm.tibco.com">
 <soapenv:Header/>
 <soapenv:Body>
 <org:setExtensionPoints>
 <remove-ext-point ext-point-guid="_z371kFN1EeO1p8zr12mAxQ" model-version="1"/>
 </org:setExtensionPoints>
 </soapenv:Body>
 </soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
 <SOAP-ENV:Header/>
 <SOAP-ENV:Body>
 <setExtensionPointsResponse xmlns="http://orgmodel.api.de.bpm.tibco.com"/>
 </SOAP-ENV:Body>
 </SOAP-ENV:Envelope>