Delete a VWO campaign goal
vwo_delete_campaign_goalPermanently delete a goal from a VWO campaign. This action cannot be undone and may affect experiment results.
Instructions
Permanently delete a goal from a VWO campaign. This cannot be undone. Goals define what the experiment measures, so changing them on a running campaign affects reported results and can invalidate conclusions drawn so far. Confirm the specific goal with the user before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goalId | Yes | VWO goal id. Call vwo_list_campaign_goals first if you do not have it. | |
| accountId | No | Numeric VWO workspace (account) id to operate on. Required unless the server has a default workspace configured. If the user referred to a workspace by name, either pass workspaceName instead or call vwo_list_workspaces to look up the id — never guess an id. | |
| campaignId | Yes | VWO campaign id. Call vwo_list_campaigns first if you do not have it. | |
| workspaceName | No | Workspace name to resolve to an id, as an alternative to accountId. Must match exactly one visible workspace, otherwise an error lists the candidates. |