REST APIConnected domains
Disconnect a connected domain
Authorization
ApiKey x-api-key<token>
Workspace-owned API key with per-resource permissions.
In: header
Path Parameters
hostname*string
Match
^(?!-)[a-z0-9-]+(\.[a-z0-9-]+)+$Length
3 <= length <= 253Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
idempotencyKey?string
Length
1 <= length <= 128Response Body
application/json
curl -X POST "https://example.com/connected-domains/string/disconnect" \ -H "Content-Type: application/json" \ -d '{}'{ "hostname": "string"}