Delete policies

Delete multiple polices from a tenant.

Service Endpoint

/policies/v2

Optional query string parameters

Example

https://protectapi.cylance.com/policies/v2

Method

HTTP/1.1 DELETE

Request headers

  • Authorization: Bearer JWT Token returned by Auth API with the policy:delete scope encoded
  • Content-Type: application/json

Request

JSON
{
    "tenant_policy_ids": [
        "d5c6d6a3-0599-4fb5-96bc-0fdc7eacb6ea",
        "376e21d1-f227-49c4-85fb-d9be1e5d766b",
        "b7a4a177-e385-489b-bcb0-3a4f25276320"
    ]
}

Response

Please see the Response status codes for more information.