---
title: "Delete Document Team Collaborator"
method: DELETE
path: "/v1/documents/{id}/shares/teams/{teamId}"
tags: ["Documents Collaboration"]
---

# Delete Document Team Collaborator

`DELETE /v1/documents/{id}/shares/teams/{teamId}`

Removes the given team as a collaborator on the given document.

## Path parameters

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

## Response `204`

No Content. The team'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)
