Delete a VWO custom widget
vwo_delete_custom_widgetPermanently delete a custom widget from VWO. This action cannot be undone and will break any campaigns still linked to it.
Instructions
Permanently delete a custom widget. This cannot be undone, and will break any campaign still linked to it. Confirm the specific widget with the user first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| widgetId | Yes | Custom widget (changeset) id. Call vwo_list_custom_widgets 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. |