---
title: "Remove document user"
method: DELETE
path: "/documents/{document}/users/{documentUser}"
tags: ["Document Operations"]
---

# Remove document user

`DELETE /documents/{document}/users/{documentUser}`

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

Removes a [document user](/#document-users) from a [document](/#documents) entirely, revoking their access.

> **Note:** This also removes the user's [signatory](/#signatories) status, if any. To only remove a user
> from signing while keeping their access to the document, use the
> [Remove signatory](/operations/v1.documents.signatories.destroy) endpoint instead.

A document must always have at least one `owner`; removing the last owner will return a `409` response.

## Path parameters

- `document` string, required
- `documentUser` string, required

## Response `204`

No content

## Other responses

- `401` — Unauthenticated
- `403` — Authorization error
- `404` — Not found
- `409` — The resource's current state prevents the requested change

---

[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)
