Remove-PowerAppPolicyUrlPatterns
Deletes the specific URL patterns by TenantId and PolicyName.
Syntax
Remove-PowerAppPolicyUrlPatterns
-TenantId <String>
-PolicyName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
Remove-PolicyUrlPatterns cmdlet deletes URL patterns from a specific 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 |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-PolicyName
The PolicyName's identifier.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |
-TenantId
The TenantId's identifier.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |