Remove-GovernanceErrorSettings
Deletes the error settings for the tenant if it exists.
Syntax
Remove-GovernanceErrorSettings
-TenantId <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Remove-GovernanceErrorSettings cmdlet deletes the error settings for the tenant. Use Get-Help Remove-GovernanceErrorSettings -Examples for more detail.
Examples
EXAMPLE 1
Remove-GovernanceErrorSettings -TenantId $TenantId
Deletes the error settings for the tenant if it exists.
Parameters
-ApiVersion
Specifies the Api version that is called.
Type: | String |
Position: | Named |
Default value: | 2020-06-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-TenantId
The tenant identifier.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |