Open Context Protocol is live! 🚀 Read the launch post

detachInstanceNetwork

Detach Private Network from Instance.

POST /instances/{instance-id}/private-networks/detach HTTP/1.1

Parameters

{
  "network_id": {
    "description": "The [Private Network id](#operation/list-networks) to detach from this Instance.",
    "required": false,
    "location": "body",
    "type": "string"
  }
}