curl --request DELETE \
--url https://app.tagadapay.com/api/public/v1/funnels/{funnelId} \
--header 'Authorization: Bearer <token>'{
"success": true,
"routesRemoved": 3
}Delete a funnel and clean up all associated routes
curl --request DELETE \
--url https://app.tagadapay.com/api/public/v1/funnels/{funnelId} \
--header 'Authorization: Bearer <token>'{
"success": true,
"routesRemoved": 3
}