Deleting Exchange services by using XML

Use the DeleteExchangeServices procedure of the Managed Exchange namespace to deactivate Exchange services for an organization. This procedure deactivates Exchange services for an organization, including all mailbox stores and other Exchange objects.

This procedure performs explicit internal permissions testing.

Caution

Example of a request that calls the DeleteExchangeServices procedure

<request>
  <procedure>
	<execute namespace="Managed Exchange" procedure="DeleteExchangeServices">
	<executeData>
		<owner>LDAP://OU=Reseller1,OU=Hosting,DC=contoso,DC=com
		<SMTPDomain>contosoOrg.com</SMTPDomain>
	</executeData>
	</execute>
  </procedure>
</request>

Input for DeleteExchangeServices

The following input is valid for this request:

Typical response for DeleteExchangeServices

The response to this procedure does not contain significant data.

Important