---
title: "Remove Projects From Group"
method: DELETE
path: "/project-groups/{projectGroupId}/projects"
tags: ["Project Group"]
---

# Remove Projects From Group

`DELETE /project-groups/{projectGroupId}/projects`

Removes projects from the project group.

The projects are not removed instantly. To check the status use the [Get Project Group](#/operations/GetProjectGroup) endpoint.

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Request body

- RemoveProjectsFromGroupRequest — Input for removing projects from group.
  - `projects` ProjectGroupProjectRequest[], required — The projects to be removed from group.
    - `id` string, required — A project id.

## Response `202`

Accepted

## Other responses

- `400` — Error codes: * “invalid”: Invalid input in the query parameter mentioned in the “name” field on the error response.
- `401` — The user could not be identified.
- `403` — Error codes: * "forbidden": The authenticated user is not allowed to remove the projects from the project group.
- `404` — Error codes: * "notFound": The project group could not be found by identifier.
- `409` — Error codes: * “conflict”: A project with status "attaching" cannot be removed.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
