[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["# Delete a cross-site network\n\nThis page describes how to delete a cross-site network.\n\nTo delete a cross-site\nnetwork, you must first delete all of the wire groups that are associated with\nthe network.\n|\n| **Preview**\n|\n|\n| This product is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\n#### Permissions required for this task\n\nTo perform this task, you must have been granted the following permissions\n*or* the following Identity and Access Management (IAM) roles.\n\n**Permissions**\n\n- `compute.crossSiteNetworks.delete`\n- `compute.wireGroups.delete`\n\n**Roles**\n\n- Owner (`roles/owner`)\n- Editor (`roles/editor`)\n- Compute Network Admin (`roles/compute.networkAdmin`)\n\nDelete a wire group\n-------------------\n\nThis section describes how to delete a wire group. \n\n### Console\n\nTo delete a wire group in a cross-site network, do the following:\n\n1. In the Google Cloud console, go to the **Interconnect** page.\n\n\n [Go to Interconnect](https://console.cloud.google.com/hybrid/interconnects/list)\n\n \u003cbr /\u003e\n\n2. On the **Cross-site networks** tab, click the name of the cross-site\n network that contains the wire group that you want to delete.\n\n3. In the **Wire groups** section, click the name of the wire group that you\n want to delete.\n\n4. On the **Wire group details** page, click **Delete**.\n\n5. If you want to delete a cross-site network, repeat these steps for each\n wire group that is associated with the network.\n\n### gcloud\n\nTo delete a wire group, use the\n[`gcloud beta compute interconnects wire-groups delete` command](/sdk/gcloud/reference/beta/compute/interconnects/wire-groups/delete). \n\n```\n gcloud beta compute interconnects wire-groups delete WIRE_GROUP_NAME \\\n --cross-site-network=CROSS_SITE_NETWORK_NAME\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eWIRE_GROUP_NAME\u003c/var\u003e: the name of the wire group\n- \u003cvar translate=\"no\"\u003eCROSS_SITE_NETWORK_NAME\u003c/var\u003e: the name of the cross-site network that contains the wire group\n\nIf you want to delete a cross-site network, repeat this command for each\nwire group that is associated with the network.\n\nDelete a cross-site network\n---------------------------\n\nThis section describes how to delete a cross-site network that doesn't contain\nany wire groups. \n\n### Console\n\nTo delete a cross-site network, do the following:\n\n1. In the Google Cloud console, go to the **Interconnect** page.\n\n\n [Go to Interconnect](https://console.cloud.google.com/hybrid/interconnects/list)\n\n \u003cbr /\u003e\n\n2. On the **Cross-site networks** tab, click the name of the cross-site\n network that you want to delete.\n\n3. On the **Cross-site network details** page, click **Delete**.\n\n### gcloud\n\nTo delete a cross-site network, use the\n[`gcloud beta compute interconnects cross-site-networks delete` command](/sdk/gcloud/reference/beta/compute/interconnects/cross-site-networks/delete). \n\n```\n gcloud beta compute interconnects cross-site-networks delete CROSS_SITE_NETWORK_NAME\n```\n\nReplace the following:\n\n- \u003cvar translate=\"no\"\u003eCROSS_SITE_NETWORK_NAME\u003c/var\u003e: the name of the cross-site network\n\nWhat's next\n-----------\n\n- To learn more about Cross-Site Interconnect, see the\n [Cross-Site Interconnect overview](/network-connectivity/docs/interconnect/concepts/cross-site-overview).\n\n- To help you solve common issues that you might encounter when using\n Cloud Interconnect, see\n [Troubleshooting](/network-connectivity/docs/interconnect/support/troubleshooting)."]]