Skip to main content
DELETE
/
domain-groups
Delete Domain Group
curl --request DELETE \
  --url https://api.geogen.io/v1/domain-groups \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.geogen.io/llms.txt

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

Authorizations

Authorization
string
header
required

API key authentication. Format: Bearer wsk_your_api_key

Query Parameters

groupId
string
required

The ID of the domain group to delete.

Response

Domain group deleted successfully.

success
boolean
message
string