Firewall

Detach a subnet from firewall

post/project/{project_id}/location/{location}/firewall/{firewall_reference}/detach-subnet

Request body

private_subnet_idstring required

Private subnet id to detach

Response

A Firewall (detailed)

descriptionstring required

Description of the firewall

idstring required

ID of the firewall

locationstring required

Location of the firewall

namestring required

Name of the firewall

Example response

{
  "firewall_rules": [
    {
      "id": "fraz0q3vbrpa7pkg7zbmah9csn"
    }
  ],
  "id": "fwfg7td83em22qfw9pq5xyfqb7",
  "private_subnets": [
    {
      "firewalls": [
        {
          "firewall_rules": [
            {
              "id": "fraz0q3vbrpa7pkg7zbmah9csn"
            }
          ],
          "id": "fwfg7td83em22qfw9pq5xyfqb7"
        }
      ],
      "id": "ps3dngttwvje2kmr2sn8x12x4r"
    }
  ]
}