delete_funnel
Remove a web analytics funnel by providing its unique identifier. Use this to delete funnels that are no longer needed.
Instructions
Remove a funnel by id. Use when the user says 'delete the X funnel', 'remove that flow', 'I'm not tracking that anymore'. Destructive — confirm before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| funnel_id | Yes | Internal funnel UUID. Get one from list_funnels. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the operation succeeded. |