Delete Threat Metadata Feed

Delete Threat Metadata Feed

Delete the threat metadata feed. This API is meant to be used in an airgap scenario where SSP cannot communicate with cloud services for periodically downloading up-to-date threat metadata. In an airgap scenario, the user can upload a threat metadata feed binary content to update the threat metadata in the SSP database. The user can call this API to delete the previously uploaded threat metadata feed content. This could be useful to recover from cases where the wrong feed was uploaded, or other troubleshooting purposes.

Request
URI
DELETE
https://{api_host}/ndr/threat-metadata/metadata/feed
COPY
Authentication
This operation uses the following authentication methods.
Responses
204

The thread metadata feed content was deleted from the NDR database.

Operation doesn't return any data structure

400

The server cannot or will not process the request due to something that is perceived to be a client error.

Returns RequestError of type(s) application/json
{
    "module_name": "nsx_metadata_service",
    "error_message": "string",
    "error_code": 0
}
string
module_name
Optional

Name of the module where the error was encountered.

string
error_message
Optional

Message to add error details for the user.

integer
error_code
Optional

Application specific error codes


401

The request requires authentication.

Returns RequestError of type(s) application/json
"RequestError Object"
string
module_name
Optional

Name of the module where the error was encountered.

string
error_message
Optional

Message to add error details for the user.

integer
error_code
Optional

Application specific error codes


403

The server understood the request, but is refusing to fulfill it.

Returns RequestError of type(s) application/json
"RequestError Object"
string
module_name
Optional

Name of the module where the error was encountered.

string
error_message
Optional

Message to add error details for the user.

integer
error_code
Optional

Application specific error codes


404

Request to operate on an entity that does not exist.

Returns RequestError of type(s) application/json
"RequestError Object"
string
module_name
Optional

Name of the module where the error was encountered.

string
error_message
Optional

Message to add error details for the user.

integer
error_code
Optional

Application specific error codes


Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/ndr/threat-metadata/metadata/feed