Skip to main content
POST
/
channels
/
{myshopifyDomain}
/
integrations
/
disconnect
Disconnect Channel Integration
curl --request POST \
  --url https://unified-api.creatorcommerce.shop/channels/{myshopifyDomain}/integrations/disconnect \
  --header 'Content-Type: application/json' \
  --header 'x-channel-access-token: <api-key>' \
  --data '
{
  "handle": "klaviyo"
}
'
{
  "handle": "klaviyo",
  "status": true
}

Authorizations

x-channel-access-token
string
header
required

Channel or partner access token (x-channel-access-token or x-partner-access-token)

Path Parameters

myshopifyDomain
string
required

Body

application/json
handle
string
required
Example:

"klaviyo"

Response

Integration disconnected

handle
string
status
boolean