Opaque Network Destroy Network
Deprecated as of VI API 2.5 do not use this method. This method throws ResourceInUse. Networks are automatically removed when no longer in use, so this method is unnecessary.
Removes a network.
A network can be removed only if it is not used by any host or virtual machine.
Required privileges: Network.Delete
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case OpaqueNetwork/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
No Content
ResourceInUse: if one or more hosts or virtual machines are configured to use the network.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"type": "string",
"name": "string"
}
Type of resource that is in use.
Name of the instance of the resource that is in use.