ReferenceFlightcontrol APICustom DomainsDelete a Single Domain

Delete a Single Domain

Removes a domain from a domain certificate group.

API Description

Full Endpoint URL: https://api.flightcontrol.dev/v1/domain-certificate-groups/{domainGroupId}/domains/{managedDomainId}

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

Path Parameters

ParameterTypeDescription
domainGroupIdstringThe unique CUID of the domain group.
managedDomainIdstringThe unique CUID of the domain to be removed.

Response Example

HTTP/1.1 204 No Content