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

# Delete personal link

`DELETE /documents/{document}/users/{documentUser}/personal-link`

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

Deletes the [document user's](/#document-users) active [personal link](/#shareable-links), revoking access
for everyone who has the URL. The user themselves is not removed from the document; use the [Remove document
user](/operations/v1.documents.users.destroy) endpoint for that.

Returns a `404` response when the user has no active personal link.

## Path parameters

- `document` string, required
- `documentUser` 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)
