curl --request POST \
--url https://services.leadconnectorhq.com/funnels/domain/detach-funnel-domain \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"funnelId": "<string>",
"userId": "<string>"
}
'curl --request POST \
--url https://services.leadconnectorhq.com/funnels/domain/detach-funnel-domain \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"funnelId": "<string>",
"userId": "<string>"
}
'Was this page helpful?