---
title: "Delete public link"
method: DELETE
path: "/documents/{document}/public-link"
tags: ["Document Operations"]
---

# Delete public link

`DELETE /documents/{document}/public-link`

<small>Requires an API token with the **Document Manager** role.</small>

Deletes the [document's](/#documents) active [public link](/#shareable-links), revoking access for everyone
who has the URL.

Returns a `404` response when the document has no active public link.

## Path parameters

- `document` string, required

## Response `204`

No content

## Other responses

- `401` — Unauthenticated
- `403` — Authorization error
- `404` — Not found

---

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