---
title: "Remove a group assignment from a project task"
method: DELETE
path: "/v3/projects/{taskId}/group-assignments/{groupId}"
tags: ["[v3] Projects"]
---

# Remove a group assignment from a project task

`DELETE /v3/projects/{taskId}/group-assignments/{groupId}`

Removes only the exact direct group-to-task assignment and atomically reconciles materialized active users visible to the caller through the Projects PeoplePicker. An assignment inherited through an ancestor group cannot be removed through a descendant group ID.

## Path parameters

- `taskId` integer, required
- `groupId` integer, required

## Response `204`

Direct group assignment removed successfully.

## Other responses

- `401` — Authentication is required.
- `403` — The caller cannot edit assignments for the selected task.
- `404` — The group is unavailable to the caller or the exact direct group assignment does not exist.
- `500` — Internal server error.

---

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