API.RWS. CFG

The API.RWS.CFG namespace provides configuration-related interfaces that are not supported by OmniCore SDK.

Methods

deleteConfigInstance(name, type, domain, requestMshopt) → {Promise.<any>}

Deletes an existing entry from the configuraiton database

Parameters:
NameTypeAttributesDescription
namestring

The instance name

typestring

The instance type

domainstring

The instance domain

requestMshboolean<optional>

Edit mastership needs to be requested before deleting the instance.

Returns:
Type: 
Promise.<any>
Example
// delete the signal configuration instance
await API.RWS.CFG.deleteConfigInstance("TestDO1", "EIO_SIGNAL", "eio")