Function: deleteConfig()
deleteConfig(
name,options?):Promise<void>
Delete an inbound SIP config from the Dasha platform.
Parameters
name
string
options?
account
an account to use; if not set, defaults to the getCurrentAccountName | current account
quiet
boolean
if true, does not throw if the config does not exist
Returns
Promise<void>
Found a mistake? Let us know.