---
title: "Delete Link"
method: DELETE
path: "/compute/v2/thr3/workspaces/{workspaceUUID}/links/{resourceId}"
tags: ["Compute"]
---

# Delete Link

`DELETE /compute/v2/thr3/workspaces/{workspaceUUID}/links/{resourceId}`

Removes a network link, disconnecting the compute instance from the associated subnet. This operation 
will terminate network connectivity for the instance through this particular link.

## Path parameters

- `resourceId` string, required
- `workspaceUUID` string, required

## Response `200`

The network link was successfully deleted. The compute instance is no longer connected to the 
associated subnet through this link.

## Other responses

- `400` — Bad request - invalid configuration provided
- `403` — Forbidden - insufficient permissions

---

[API](https://skmtc.dev/sotoon/apis/sotoon-api.md) · [All operations](https://skmtc.dev/sotoon/apis/sotoon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sotoon/sotoon-api/revisions/c937cd9861c5/schema)
