3.1.4.2 DeleteSite

This operation deletes the specified site collection.

 <wsdl:operation name="DeleteSite">
     <wsdl:input message="tns:DeleteSiteSoapIn" />
     <wsdl:output message="tns:DeleteSiteSoapOut" />
 </wsdl:operation>

The client sends a DeleteSiteSoapIn request message and the server responds with a DeleteSiteSoapOut response message.

  • The request message MUST contain the absolute URL of the site collection to be deleted.