| Description | : Deletes a policy assignment. |
| Reference | : Link ¶ |
⚼ Request
DELETE:
/{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}
{
scope:
string
,
policyAssignmentName:
string
,
api-version:
string
,
}
⚐ Response (200)
{
properties:
{
,
displayName:
string
,
policyDefinitionId:
string
,
scope:
string
,
notScopes:
[
,
string
,
]
parameters:
object
,
description:
string
,
metadata:
object
,
}
id:
string
,
type:
string
,
name:
string
,
sku:
}
{
,
name:
string
,
tier:
string
,
}
⚐ Response (204)
{}
⚐ Response (default)
{
httpStatus:
string
,
errorCode:
string
,
errorMessage:
string
,
}