Skip to main content
DELETE
/
org
/
{org}
/
group
/
{name}
Delete a group by name
curl --request DELETE \
  --url https://api.cpln.io/org/{org}/group/{name} \
  --header 'Authorization: <api-key>'
{
  "status": 123,
  "message": "<string>",
  "code": "<string>",
  "details": {},
  "id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.controlplane.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required
name
string
required

Response

Accepted