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