Delete detections

Delete Aurora Focus detection resources for a specific tenant.

Service endpoint

/detections/v2/

Optional query string parameters

Example

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

Method

HTTP/1.1 DELETE

Request headers

  • Accept: application/json
  • Authorization: Bearer JWT Token returned by Auth API with the opticsdetect:delete scope encoded

Request

JSON
{
    "ids": [
        "f2d6c020-53e2-4300-9005-2e006d9a0f57",
        "23f22a53-e656-4253-8bc5-e40b13e980d4"
    ]
}

Response

Please see the Response status codes for more information.