Remove a label from a VWO campaign
vwo_delete_campaign_labelDetach a label from a VWO campaign by providing the campaign ID and label ID. The label remains in the workspace but is no longer associated with the campaign.
Instructions
Remove one label from a VWO campaign. This detaches the label from the campaign; it does not delete the label from the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labelId | Yes | Label id to remove. Call vwo_list_campaign_labels 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. |