---
title: "Permanently remove web link"
method: DELETE
path: "/web_links/{web_link_id}/trash"
tags: ["Trashed web links"]
---

# Permanently remove web link

`DELETE /web_links/{web_link_id}/trash`

Permanently deletes a web link that is in the trash.
This action cannot be undone.

## Path parameters

- `web_link_id` string, required

## Response `204`

Returns an empty response when the web link was
permanently deleted.

## Other responses

- `404` — Returns an error if the web link is not in the trash.
- `default` — An unexpected client error.

---

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