Skip to main content
DELETE
/
groups
/
{group_id}
Delete group
curl --request DELETE \
  --url https://api.dnsradar.dev/groups/{group_id} \
  --header 'X-Api-Key: <api-key>'
{
  "code": 401,
  "error": "Unauthorized"
}

Authorizations

X-Api-Key
string
header
required

API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.

Path Parameters

group_id
string
required

Group ID (e.g: grp_abc123...)

Response

Group deleted