---
title: "Delete Folder Group Collaborator"
method: DELETE
path: "/v1/folders/{id}/shares/groups/{groupId}"
tags: ["Folders Collaboration"]
---

# Delete Folder Group Collaborator

`DELETE /v1/folders/{id}/shares/groups/{groupId}`

Revokes any direct collaborator access a group has to the given folder.

## Path parameters

- `id` number, required
- `groupId` number, required

## Response `204`

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

## Other responses

- `400` — Bad Request when removing the group 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)
