delete_goal
Remove a conversion goal and permanently delete its historical data. Confirm the action to avoid data loss.
Instructions
Remove a conversion goal by id. Use when the user says 'delete the X goal', 'remove that conversion goal', 'I don't track that anymore'. Destructive — confirm the user means it before calling; the historical conversion data attached to the goal disappears with it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal_id | Yes | Internal goal UUID. Get one from list_goals. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the operation succeeded. |