Delete Logical Vm Group

Delete Logical Vm Group

Delete specified logical vm group.

Request
URI
DELETE
https://{api_host}/cloudapi/1.0.0/logicalVmGroups/{logicalVmGroupId}
COPY
Path Parameters
string
logicalVmGroupId
Required

logicalVmGroupId


Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/logicalVmGroups/{logicalVmGroupId}