Hey, is there an endpoint to get all variables in the default collection and or a workaround? I want to delete all the Variables programmatically, but I need the variable ID to delete them.
Have you found a way to get a list of all variables in the default collection?
const collection = webflow.getDefaultVariableCollection()
const variable = collection.getVariableByName(‘Space Cadet’) → seems like the only way to get a variable…