Remove-PowerAppPolicyUrlPatterns
Deletes the specific URL patterns by TenantId
and PolicyName
.
Syntax
Remove-PowerAppPolicyUrlPatterns
-TenantId <String>
-PolicyName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Remove-PolicyUrlPatterns cmdlet deletes URL patterns from the specified policy. Use Get-Help Remove-PolicyUrlPatterns -Examples for more detail.
Examples
EXAMPLE 1
Remove-PolicyUrlPatterns -TenantId $TenantId -PolicyName $PolicyName
Deletes URL patterns from policy.
Parameters
-ApiVersion
Specifies the Api version that is called.
Type: | String |
Position: | Named |
Default value: | 2016-11-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PolicyName
The policy name identifier.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
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 |