DELETE
/
v1
/
organizations
/
{organizationName}
/
groups
/
{groupName}
curl -L -X DELETE 'https://api.turso.tech/v1/organizations/{organizationName}/groups/{groupName}' \
-H 'Authorization: Bearer TOKEN'
{
  "group": {
    "name": "default",
    "version": "v0.23.7",
    "uuid": "0a28102d-6906-11ee-8553-eaa7715aeaf2",
    "locations": [
      "lhr",
      "ams",
      "bos"
    ],
    "primary": "lhr",
    "archived": true
  }
}

Path Parameters

organizationName
string
required

The name of the organization or user.

groupName
string
required

The name of the group.

Response

200 - application/json
group
object