Microsoft.Security (stable:2024-01-01)

2025/11/04 • 1 updated methods

Pricings_Delete (updated)
Description Deletes a provided Microsoft Defender for Cloud pricing configuration in a specific resource. Valid only for resource scope (Supported resources are: 'VirtualMachines, VMSS, ARC Machines, and Containers').
Reference Link ¶

⚶ Changes

{
  "#id": "Pricings_Delete",
  "Description": {
    "new": "Deletes a provided Microsoft Defender for Cloud pricing configuration in a specific resource. Valid only for resource scope (Supported resources are: 'VirtualMachines, VMSS, ARC Machines, and Containers').",
    "old": "Deletes a provided Microsoft Defender for Cloud pricing configuration in a specific resource. Valid only for resource scope (Supported resources are: 'VirtualMachines, VMSS and ARC MachinesS')."
  }
}

⚼ Request

DELETE:  /{scopeId}/providers/Microsoft.Security/pricings/{pricingName}
{
api-version: string ,
scopeId: string ,
pricingName: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}