Delete variable
Makes sure that @ng-apimock/core will delete the variable.
Usage
deleteVariable(key);
Parameters
| Name | Type | Details | 
|---|---|---|
| key | string | the key | 
Example
deleteVariable('now');
Executing this will delete the variable with key now.
Makes sure that @ng-apimock/core will delete the variable.
deleteVariable(key);
| Name | Type | Details | 
|---|---|---|
| key | string | the key | 
deleteVariable('now');
Executing this will delete the variable with key now.