---
title: "Update Group Configuration"
method: PATCH
path: "/v1/organizations/{organizationSlug}/groups/{groupName}/configuration"
---

# Update Group Configuration

`PATCH /v1/organizations/{organizationSlug}/groups/{groupName}/configuration`

Update a group configuration belonging to the organization or user.

## Path parameters

- `organizationSlug` string, required
- `groupName` string, required

## Request body

- GroupConfigurationInput
  - `delete_protection` boolean — Prevent the group from being deleted.

## Response `200`

Successful response

- GroupConfigurationResponse
  - `delete_protection` boolean — Prevent the group from being deleted.

---

[API](https://skmtc.dev/turso/apis/turso-platform-api.md) · [All operations](https://skmtc.dev/turso/apis/turso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/turso/turso-platform-api/revisions/6c99e4c88978/schema)
