---
title: "Unlink documents"
method: DELETE
path: "/documents/{document}/linked-documents/{documentRelationship}"
tags: ["Document Operations"]
---

# Unlink documents

`DELETE /documents/{document}/linked-documents/{documentRelationship}`

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

Removes a relationship between [documents](/#documents).

The `documentRelationship` parameter in the URL should be set to the UUID of one of the relationships returned
by the [List linked documents](/operations/v1.documents.linked-documents.index) request.

## Path parameters

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