Web Hosting Resource Manager::DeleteOrganizationQuota

This procedure deletes an organization's Web site and storage quota. Note that all of the organizations Web sites and web servers must first be de-allocated in order for this call to succeed.

Arguments

Input argument Required Description

<org>

Yes

The LDAP path of the owning organization.

<preferredDomainController>

Yes

Remarks

Access Level

Private.

Provisioning Steps

  1. Remove the organization quota from Resource Manager.

Security

  1. Impersonate Caller.

Note

The access level of this procedure is private. It is intended to be called from other namespaces that perform their own security checks.

Sample Code

Example XML Request

<request> 
  <procedure> 
 
    <execute namespace="Web Hosting Resource Manager" procedure="DeleteOrganizationQuota" impersonate="1"> 
 
      <executeData> 
 
        <org>LDAP://OU=alpineskihouse,OU=consolidatedmessenger,OU=Hosting,DC=fabrikam,DC=Com</org> 
 
        <preferredDomainController>AD01-wh.fabrikam.com</preferredDomainController> 
 
      </executeData> 
 
      <after source="executeData" destination="data" mode="merge" /> 
 
    </execute> 
 
  </procedure> 
 
</request> 

Example XML Response

No example XML response.

Applies To

Web Hosting Resource Manager Namespace for:

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0

  • Hosted Messaging and Collaboration version 3.5

  • Hosted Messaging and Collaboration version 3.0

  • Windows-based Hosting version 4.5

  • Windows-based Hosting version 4.0

  • Windows-based Hosting version 3.5

  • Windows-based Hosting for Applications version 1.0

See also

Tasks

Web Hosting Resource Manager::CreateOrganizationQuota
Web Hosting Resource Manager::ModifyOrganizationQuota
Web Hosting Resource Manager::QueryOrganizationQuota