Scenario:
Below is an example of a TEWS request to remove organizations
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://tews6/wsdl">
<soapenv:Header/>
<soapenv:Body>
<wsdl:DeleteOrganization>
<wsdl:DeleteOrganizationSearch>
</wsdl:DeleteOrganizationSearch>
</wsdl:DeleteOrganization>
</soapenv:Body>
</soapenv:Envelope>
The above request removes all organizations, can you specify the default organization?