# How to Destroy a Partner Attachment A Virtual Private Cloud (VPC) is a private network interface for collections of DigitalOcean resources. VPC networks are inaccessible from the public internet and other VPC networks, and traffic on them doesn’t count against bandwidth usage. You can link VPC networks to each other using VPC peering connections. Destroying a partner attachment permanently and irreversibly deletes the connection. ## Destroy a Partner Attachment Using the API ## How to Destroy a Partner Attachment Using the DigitalOcean API 1. [Create a personal access token](https://docs.digitalocean.com/reference/api/create-personal-access-token/index.html.md) and save it for use with the API. 2. Send a DELETE request to [`https://api.digitalocean.comv2/partner_network_connect/attachments/{partner_attachment_id}`](https://docs.digitalocean.com/reference/api/digitalocean//index.html.md#operation/%25!s%28%3Cnil%3E%29). ## Destroy a Partner Attachment Using the Control Panel To destroy a partner attachment, click **Networking** in the main menu, then click the **Multi-cloud integrations** tab. Click the **More** menu next to the partner attachment you want to destroy and select **Destroy**. A confirmation pops up. Enter the name of the partner attachment in the text box, then click **Destroy partner attachment** to confirm. You can also destroy a partner attachment from its **Settings** tab.