GET
/
v1
/
organizations
/
{organizationSlug}
/
groups
/
{groupName}
/
configuration
curl -L -X GET 'https://api.turso.tech/v1/organizations/{organizationSlug}/groups/{groupName}/configuration' \
  -H 'Authorization: Bearer TOKEN'
{
  "delete_protection": true
}
curl -L -X GET 'https://api.turso.tech/v1/organizations/{organizationSlug}/groups/{groupName}/configuration' \
  -H 'Authorization: Bearer TOKEN'

Path Parameters

organizationSlug
string
required

The slug of the organization or user account.

groupName
string
required

The name of the group.

Response

200 - application/json
Successful response
delete_protection
boolean

Prevent the group from being deleted.

Example:

true