---
title: "Delete Document User Collaborator"
method: DELETE
path: "/v1/documents/{id}/shares/users/{userId}"
tags: ["Documents Collaboration"]
---

# Delete Document User Collaborator

`DELETE /v1/documents/{id}/shares/users/{userId}`

Revokes all collaborator access to a document for the given user. The user may still have access to the document through other means such as shared folders. Cannot be used to remove the document owner's access.

## Path parameters

- `id` string, uuid, required
- `userId` number, required

## Response `204`

No Content when the user's collaborator record on the document was successfully deleted.

## Other responses

- `403` — Forbidden * if the token does not have permission to the document, or if the document has been deleted or does not exist. * when attempting to revoke the collaboration for the document owner.

---

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