Unified Messaging 2007 Provider::RemoveUMDialPlan

This procedure removes an existing dial plan.

Arguments

Input Arguments Required Description

<identity>

Yes

This parameter specifies the identifier for the UM dial plan that is being deleted. This is the directory object ID for the UM dial plan.

<preferredDomainController>

Yes

The fully qualified name of a domain controller.

Remarks

Security

The caller must be at least a member of role: UserCreators.

Sample Code

Example XML Request

<request> 
        <data/> 
        <procedure> 
                <execute namespace='Unified Messaging 2007 Provider' procedure='RemoveUMDialPlan'> 
                        <executeData> 
                                <identity>dialPlan1</indentity> 
                                <preferredDomainController>dc01.fabrikam.local</preferredDomainController> 
                        </executeData> 
                </execute> 
        </procedure> 
</request>

Applies To

  • Hosted Messaging and Collaboration version 4.5

  • Hosted Messaging and Collaboration version 4.0