cURL
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
Enter your API key as: Bearer your-api-key
Bearer your-api-key
Successful response