Delete from global list

Remove a convicted threat from either the global quarantine or the global safe list for a particular tenant.

Service endpoint

/globallists/v2

Optional query string parameters

Example

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

Method

HTTP/1.1 DELETE

Request headers

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

Request

JSON
{
    "sha256": "bf17366ee3bb8068a9ad70fc9e68496e7e311a055bf4ffeeff53cc5d29ccce52",
    "list_type": "GlobalSafe"
}

Response

Please see the Response status codes for more information.

Request JSON schema

Field Name Description

list_type

This is the list type that the threat belongs to (GlobalQuarantine or GlobalSafe).

sha256

This is the SHA256 hash for the threat.