Connect Domain
API referenceConnections

Offboard a domain (soft-delete to state=archived)

DELETE
/connections/{id}
AuthorizationBearer <token>

API key: sk_test_… / sk_live_… (hashed at rest, scoped)

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

curl -X DELETE "https://example.com/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{  "error": {    "code": "string",    "message": "string",    "details": null  }}