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}
Method | Path |
---|---|
DELETE | /v1/domain-certificate-groups/{domainGroupId}/domains/{managedDomainId} |
Headers | |
---|---|
Authorization | Bearer [API key] |
Path Parameters
Parameter | Type | Description |
---|---|---|
domainGroupId | string | The unique CUID of the domain group. |
managedDomainId | string | The unique CUID of the domain to be removed. |
Response Example
HTTP/1.1 204 No Content