Remove variable with API

Hello everyone, I wanted to know if anyone knows how to remove a variable through the plugin API. I couldn’t find anything by analyzing the documentation.

Call the remove() method of the Variable object.

variable.remove()

Thank you! I was looking in the wrong place, I’m feeling stupid :expressionless: