Custom Domain docs
API referenceSecure

Deprovision a connection's certificate (drop the mirror, stop managing)

DELETE
/connections/{id}/ssl

Drops the mirror row and clears secure_root_domain; the edge stops managing the certificate on its next reconcile.

Authorization

AuthorizationBearer <token>

Short-lived widget JWT minted server-side via POST /v1/tokens. Scoped to one application (and optionally one domain).

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/connections/string/ssl"
Empty
{  "code": "string",  "title": "string",  "details": "string"}
{  "code": "string",  "title": "string",  "details": "string"}
{  "code": "string",  "title": "string",  "details": "string"}