- Application management
- RESTful API
- User API
- Device API
- Get devices
- Get devices extended
- Get device count
- Get device
- Get device by MAC address
- Get device by hostname
- Update device
- Get device threat
- Update device threat
- Get zone devices
- Get agent installer link
- Delete Devices
- Get Device Lifecycle Management settings
- Update Device Lifecycle Management Settings
- Exempt devices from the Device Lifecycle Management process
- Include devices in the Device Lifecycle Management process
- Reset the inactive period for a list of devices that are included in the Device Lifecycle Management process
- Global list API
- Policy API
- Zone API
- Threat API
- Memory protection API
- Detections API
- Package deployment API
- Detection rule API
- Detection rule sets API
- Detection exceptions API
- Device commands API
- Focus view API
- InstaQuery API
- CylanceOPTICS policy API
- Lockdown configurations API
- BlackBerry Docs
- Cylance Endpoint Security
- Cylance User API guide
- Global list API
- Delete from global list
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 |
|
Request
{ "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. |