Delete a VWO campaign variation
vwo_delete_campaign_variationPermanently remove a variation from a VWO campaign, altering live visitor experience and data collection.
Instructions
Permanently delete a variation from a VWO campaign. This cannot be undone. Variations are what live visitors actually see, so changes take effect on real traffic and alter the data being collected. Confirm the specific variation with the user before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| variationId | Yes | VWO variation id. Call vwo_list_campaign_variations 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. |