---
title: "Delete Link Label"
method: DELETE
path: "/link/{workspace_id}/label/{label}"
tags: ["LinkLabel"]
---

# Delete Link Label

`DELETE /link/{workspace_id}/label/{label}`

Delete all link assets associated with the provided label (Link Agent name).  Use this to clean up Link Tunnels created for ephemeral test environments.

## Path parameters

- `workspace_id` string, required
- `label` string, required

## Response `202`

Link resources deletion accepted

## Other responses

- `400` — Invalid or missing parameter
- `401` — User not authenticated
- `403` — User not authorized
- `404` — Entity not found
- `default` — Unknown error

---

[API](https://skmtc.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
