[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention

Delete Allow List

Description

This API is used to delete a file from allow-list, identified by sha256 hash for the file.

Request

Request

URL

URL


delete
https://api.example.com/napp/api/v1/malware-prevention/allow-list
Copy

Query Parameters

Query Parameters

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.


Authentication

Authentication

This operation uses the following authentication methods.


Response

Response

204 No Content

The allow list resource is deleted or not present.

Errors

Errors

400

Invalid inputs

Code Samples

Code Samples

cURL Command

curl -X DELETE https://api.example.com/napp/api/v1/malware-prevention/allow-list


Feedback

Was this page helpful?