Delete Allow List
This API is used to delete a file from allow-list, identified by sha256 hash for the file.
Request
URI
DELETE
https://{api_host}/napp/api/v1/malware-prevention/allow-list
COPY
Query Parameters
string of array
sha256
Optional
Use this request param for specifying sha256 hash to filter. If this parameter is passed multiple times, OR condition will be assumed. If value passed is empty string, it will be considered as valid input for filtering.
Authentication
This operation uses the following authentication methods.
Responses
204
The allow list resource is deleted or not present.
Operation doesn't return any data structure
400
Invalid inputs
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/napp/api/v1/malware-prevention/allow-list
Malware Prevention Operations
GET
Get File Inspection Events
GET
Get Inspected Files
GET
Get Inspected File Details
GET
Get Allow List
POST
Add To Allow List
DELETE
Delete Allow List
POST
Auto Complete Search
GET
Get Service Definition
POST
Register Svm
DELETE
Delete Deployment Spec
GET
Query Search
GET
Get Malware Prevention Rbac Permissions
GET
Get Malware Prevention Usage Details