Remove a privilege for the application

The /RemovePrivilegeForApplication removes privileges for the application.

Parameters

The command has the following parameters:

Parameter

Required / Optional Description
/Application Required The name for the application.
/Partner Required The partner for which this application is no longer privileged to call a Contract Manager interface.
/Customer Optional The customer for which this application is no longer privileged to call a Contract Manager interface.
/ContractTypeName Optional The contract type name for which this application is no longer privileged to call a Contract Manager interface.
/ContractTypeVersion Optional The contract type version for which this application is no longer privileged to call a Contract Manager interface.
/InterfaceName Optional The interface name for which this application is no longer privileged to call a Contract Manager interface.
/InterfaceVersion Optional The interface version for which this application is no longer privileged to call a Contract Manager interface.

Example

The following example demonstrates how to remove a privilege for the application app when the partner is CCM, the customer is local, and the contract type is CCMInteractive version 2.

ManageCM /RemovePrivilegeForApplication /Application=app /Partner=CCM /Customer=local
 /ContractTypeName=CCMInteractive /ContractTypeVersion=2