Removes an existing classification level from your Data Governance Edition deployment.
Syntax:
Remove-QClassificationLevel -[-ID] <String> [<CommonParameters>]
Parameter | Description |
---|---|
ID |
Specify the identifier assigned to the classification level to be removed. Run the Get-QClassificationLevelConfiguration cmdlet to retrieve a list of configured classification levels, including their assigned identifiers. NOTE: Deleting a classification level will automatically remove it from all associated governed data. Prior to running this cmdlet, run the Get-QDataUnderGovernanceByClassificationLevel cmdlet to retrieve a list of the resources assigned to the specified classification level. |
Examples:
Example | Description |
---|---|
Remove-QClassificationLevel -ID 4E4F22C7-A30A-45C3-808A-C134C132B590 | Removes the specified classification level from your Data Governance Edition deployment. |