Description | : This operation deletes a policy exemption, given its name and the scope it was created in. The scope of a policy exemption is the part of its ID preceding '/providers/Microsoft.Authorization/policyExemptions/{policyExemptionName}'. |
Reference | : Link ¶ |
⚼ Request
DELETE:
/{scope}/providers/Microsoft.Authorization/policyExemptions/{policyExemptionName}
{
scope:
string
,
policyExemptionName:
string
,
api-version:
string
,
}
⚐ Response (200)
{}
⚐ Response (204)
{}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}