---
title: "Delete Folder Team Collaborator"
method: DELETE
path: "/v1/folders/{id}/shares/teams/{teamId}"
tags: ["Folders Collaboration"]
---

# Delete Folder Team Collaborator

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

Revokes a team's direct collaborator access to the given folder.

## Path parameters

- `id` number, required
- `teamId` number, required

## Response `204`

No Content when the team's collaborator record on the folder was successfully deleted.

## Other responses

- `400` — Bad Request when removing the team would leave a project folder without an owner.
- `403` — Forbidden if the token does not have permission to the folder, or if the folder has been deleted or does not exist.

---

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