detachInstanceNetwork
Detach Private Network from Instance.
POST /instances/{instance-id}/private-networks/detach HTTP/1.1Parameters
{
"network_id": {
"description": "The [Private Network id](#operation/list-networks) to detach from this Instance.",
"required": false,
"location": "body",
"type": "string"
}
}