Delete Nsx
Delete a nsx.
Request
URI
DELETE
https://{api_host}/nsxs/{name}
COPY
Path Parameters
string
name
Required
The name of the nsx
Responses
200
A NoContent is empty response.
Operation doesn't return any data structure
401
Operation doesn't return any data structure
404
Operation doesn't return any data structure
500
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/nsxs/{name}