Connect flow
Offboarding
Archiving a domain (soft-delete, DELETE → state=archived).
curl -X DELETE http://localhost:8080/v1/connections/<ID> \
-H "Authorization: Bearer <YOUR_KEY>"This soft-deletes the connection: it transitions to archived (a terminal
state — see the connection lifecycle) and
releases its claim on the hostname, so a new connection to the same hostname
is no longer rejected with 409 HostnameConflict.
Offboarding does not touch DNS records at the customer's provider — the customer (or your integration) is responsible for removing them if the domain is being fully decommissioned.