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.
The thread metadata feed content was deleted from the NDR database.
The server cannot or will not process the request due to something that is perceived to be a client error.
{
"module_name": "nsx_metadata_service",
"error_message": "string",
"error_code": 0
}
Name of the module where the error was encountered.
Message to add error details for the user.
Application specific error codes
The request requires authentication.
"RequestError Object"
Name of the module where the error was encountered.
Message to add error details for the user.
Application specific error codes
The server understood the request, but is refusing to fulfill it.
"RequestError Object"
Name of the module where the error was encountered.
Message to add error details for the user.
Application specific error codes
Request to operate on an entity that does not exist.
"RequestError Object"
Name of the module where the error was encountered.
Message to add error details for the user.
Application specific error codes
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/ndr/threat-metadata/metadata/feed