Custom Domain
API referenceConnections

Disconnect a domain (revert managed records, then delete the connection)

DELETE
/connections/{id}

Managed-mode offboarding + delete. For a managed (Domain Connect async) connection the control plane first reverts the applied template through the pinned provider API using the stored grant, then deletes the connection and all its child state (records, origin, monitor watch, managed grant). A non-managed connection is simply deleted. Emits connection.disconnected.

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

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