| title | removeContentHeaderAction resource type (deprecated) |
|---|---|
| description | Represents an action that specifies the details on the content header to be removed from the information, if applicable. Deprecated. |
| ms.localizationpriority | medium |
| author | tommoser |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
[!INCLUDE informationprotection-deprecate]
Represents an action that specifies the details on the content header to be removed from the information, if applicable. The evaluateApplication, evaluateClassificationResults, or evaluateRemoval APIs may return the removeContentHeaderAction if the header is to be removed as a result of updating or removing the label. The action instructs the consuming application to remove the specific UI element that contains the previously-applicable content header.
| Property | Type | Description |
|---|---|---|
| uiElementNames | String collection | The name of the UI element of the header to be removed. |
The following JSON representation shows the resource type.
{
"uiElementNames": ["String"]
}