Delete multiple detection rule sets

Delete multiple detection rule sets in a single request.

Service endpoint

/rulesets/v2

Optional query string parameters

Example

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

Method

HTTP/1.1 DELETE

Request headers

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

Request

JSON
{
    "ids": [
        "c407f28a-3805-4014-b32c-0c2553ac1e17",
        "998ece50-49af-472a-b0d8-3c3700883736"
    ]
}

Response

Please see the Response status codes for more information.

Request JSON schema

Field Name Description

ids

This is a list of detection rule set IDs to be deleted.

Response JSON schema

Field Name Description

id

This is a detection rule set ID that was attempted to be deleted.

success

This is a boolean field denoting whether or not the detection rule set was deleted.

message

This is a string containing any error, success, or warning messages.