Remove-AzureADMSTrustFrameworkPolicy

This cmdlet is used to delete a trust framework policy (custom policy) in the directory.

Syntax

Remove-AzureADMSTrustFrameworkPolicy
      -Id <String>
      [<CommonParameters>]

Description

This cmdlet is used to delete a trust framework policy in the directory. The trust framework policy will be permanently deleted.

Examples

Example 1

PS C:\> Remove-AzureADMSTrustFrameworkPolicy -Id B2C_1A_signup_signin

This example removes the specified trust framework policy.

Parameters

-Id

The unique identifier for a trust framework policy.

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

Inputs

String

Outputs

Object