You can use the RemoveVirtualNetwork method to remove a previously added virtual network.
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
virtualNetworkID | Network ID that identifies the virtual network to remove. | integer | None | Yes |
virtualNetworkTag | Network tag that identifies the virtual network to remove. | integer | None | Yes |
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "RemoveVirtualNetwork", "params": { "virtualNetworkID": 5 } }
This method returns a response similar to the following example:
{ "id": 1, "result": {} }
9.6