Delete a VWO draft campaign
vwo_delete_draft_campaignsPermanently delete a draft campaign by providing its ID. Use after confirming the exact draft with the user to avoid irreversible loss.
Instructions
Permanently delete a draft campaign. This cannot be undone — confirm the specific draft with the user, by name, before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draftId | Yes | VWO draft campaign id. Call vwo_list_drafts 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. | |
| 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. |