Deletes the parameter with the stated absolute path.
| deleteParameter(String parameterAbsPath) | |||
|---|---|---|---|
| Argument | String | parameterAbsPath | Absolute path of the parameter to be deleted. |
| Return value | Boolean | true = the parameter has been deleted successfully. false = no parameter value has been deleted. |
|