ReferenceFlightcontrol APICustom DomainsDelete a Domain Group

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}

MethodPath
DELETE/v1/domain-certificate-groups/{domainGroupId}
Headers
AuthorizationBearer [API key]

Path Parameters

ParameterTypeDescription
domainGroupIdstringThe unique CUID of the domain group.

Response Example

HTTP/1.1 204 No Content