The API.RWS.CFG namespace provides configuration-related interfaces that are not supported by OmniCore SDK.
- Source
Methods
deleteConfigInstance(name, type, domain, requestMshopt) → {Promise.<any>}
Deletes an existing entry from the configuraiton database
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
name | string | The instance name | |
type | string | The instance type | |
domain | string | The instance domain | |
requestMsh | boolean | <optional> | Edit mastership needs to be requested before deleting the instance. |
- Source
Returns:
- Type:
- Promise.<any>
Example
// delete the signal configuration instance
await API.RWS.CFG.deleteConfigInstance("TestDO1", "EIO_SIGNAL", "eio")