delete_variable
Remove variables from n8n workflows by specifying their ID to maintain clean workflow configurations and manage storage efficiently.
Instructions
Delete a variable by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}