Delete Constant Variable

This is a pre-built action located under @Generic element. This action instructs Avo Assure to delete the created constant variable and store the status in dynamic variable.

Syntax

Input Value: <variable>

Argument
Description

<variable>

(Required)

The name of the constant variable you want to delete.

Output Value:

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This variable stores the status as true or false

Example

Delete a constant variable from memory The Delete Constant Variable action takes the value from the Input Value column (e.g., {AppURL}) and deletes the constant variable named AppURL from memory. The action status is saved in the {Status} variable with the following possible values:

  • True – if the constant variable is deleted successfully

  • False – if the action fails

Last updated

Was this helpful?