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

Delete Deployment Spec

Description

This API deletes the deployment spec with the specified name for Malware Prevention service.

Caution: Do not use DELETE API in the following situations:

  • The NSX Distributed Malware Prevention service definition has only a single deployment specification.
  • The deployment specification is used in any of the service deployments.
In these two situations, DELETE API fails.

Request

Request

URL

URL


delete
https://api.example.com/napp/api/v1/malware-prevention/svm-spec
Copy

Query Parameters

Query Parameters

string
deployment_spec_name Required

Use this request param for specifying deployment_spec_name to filter.


Authentication

Authentication

This operation uses the following authentication methods.


Response

Response

200 OK

Successful operation

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X DELETE https://api.example.com/napp/api/v1/malware-prevention/svm-spec?deployment_spec_name=string


Feedback

Was this page helpful?