LucidDbAppLib DELETE VAR
From Eigenpedia
Syntax
CALL APPLIB.DELETE_VAR ( context_id, var_id )
Purpose
Deletes a variable (or a context if var_id is null). It is an error to attempt to delete a context or variable that does not exist
Parameters
- context_id [VARCHAR(255)] - the context for the variable id that is to be deleted.
- var_id [VARCHAR(255)] - variable id used to reference the variable, if this is null the context will be deleted.

