Delete existing Device Posture policy
Parameters
Name  | In  | Type  | Required  | Description  | 
|---|---|---|---|---|
id  | path  | string  | true  | id  | 
Responses
Status  | Meaning  | Description  | Schema  | 
|---|---|---|---|
200  | OK  | None  | |
204  | No content  | None  | |
400  | Bad Request  | None  | |
401  | Unauthorized  | None  | |
403  | Access Forbidden  | None  | |
404  | Not Found  | None  | |
406  | Not Acceptable  | None  | |
429  | Too Many Requests  | None  | |
500  | Internal Server Error  | None  | 
To perform this operation, you must be authenticated by means of one of the following methods: OAuth_authorization
{
  "description": "string",
  "id": "string",
  "macos": {
    "antiviruses": [
      "AVAST"
    ],
    "certificateAdded": true,
    "diskEncrypted": true,
    "version": {
      "condition": "EQUAL",
      "version": "string"
    }
  },
  "name": "string",
  "userGroupsIds": [
    "string"
  ],
  "windows": {
    "antiviruses": [
      "AVAST"
    ],
    "certificateAdded": true,
    "diskEncryption": {
      "type": "FULL_DISK",
      "volume": "string"
    },
    "version": {
      "condition": "EQUAL",
      "version": "string"
    }
  }
}