Delete Allow List

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.example.com/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