Remove a variable collection
webflow.removeVariableCollection(collectionId)
Removes a variable collection by its ID.
Syntax
Parameters
- collectionId: string - The ID of the variable collection to remove.
Returns
Promise<Boolean>
true
if the variable collection was removed successfully, false
otherwise.