cURL
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 }
Removes a connected integration by handle.
Channel or partner access token (x-channel-access-token or x-partner-access-token)
"klaviyo"
Integration disconnected