Delete a Domain Group
Removes a domain group and its associated resources from the service. If the domain group is the default one, the CloudFront distribution remains intact, but all domains are detached from it.
API Description
Full Endpoint URL: https://api.flightcontrol.dev/v1/domain-certificate-groups/{domainGroupId}
Method | Path |
---|---|
DELETE | /v1/domain-certificate-groups/{domainGroupId} |
Headers | |
---|---|
Authorization | Bearer [API key] |
Path Parameters
Parameter | Type | Description |
---|---|---|
domainGroupId | string | The unique CUID of the domain group. |
Response Example
HTTP/1.1 204 No Content