Remove-PartnerCustomerConfigurationPolicy

Removes the specified configuration policy.

Syntax

Remove-PartnerCustomerConfigurationPolicy
      [-CustomerId] <String>
      -PolicyId <String>
      [<CommonParameters>]

Description

The Remove-PartnerCustomerConfigurationPolicy removes the specified configuration policy.

Examples

Example 1

PS C:\> Remove-PartnerCustomerConfigurationPolicy -CustomerId 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08 -PolicyId 2975afbf-4859-4d56-9f8d-e86996db92dd

Remove the configuration policy with the identifier of 2975afbf-4859-4d56-9f8d-e86996db92dd from the customer with the identifier of 46a62ece-10ad-42e5-b3f1-b2ed53e6fc08.

Parameters

-CustomerId

The identifier for the customer.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-PolicyId

The identifier for the configuration policy.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Boolean