Path Parameters
The slug of the organization or user account.
The name of the group.
Response
Successful response
curl -L -X DELETE 'https://api.turso.tech/v1/organizations/{organizationSlug}/groups/{groupName}' \
-H 'Authorization: Bearer TOKEN'
{
"group": {
"name": "default",
"version": "v0.23.7",
"uuid": "0a28102d-6906-11ee-8553-eaa7715aeaf2",
"locations": [
"lhr",
"ams",
"bos"
],
"primary": "us-east-1",
"delete_protection": false
}
}
Delete a group belonging to the organization or user.
curl -L -X DELETE 'https://api.turso.tech/v1/organizations/{organizationSlug}/groups/{groupName}' \
-H 'Authorization: Bearer TOKEN'
{
"group": {
"name": "default",
"version": "v0.23.7",
"uuid": "0a28102d-6906-11ee-8553-eaa7715aeaf2",
"locations": [
"lhr",
"ams",
"bos"
],
"primary": "us-east-1",
"delete_protection": false
}
}
curl -L -X DELETE 'https://api.turso.tech/v1/organizations/{organizationSlug}/groups/{groupName}' \
-H 'Authorization: Bearer TOKEN'
The slug of the organization or user account.
The name of the group.
Successful response
Show child attributes
Was this page helpful?