Documentation

voximplant.sip.delete

Scope: catalog Permissions to execute: for all

Deletes the current SIP line (created by the application).

This method is available to the user with granted access permissions for Manage numbers - Edit - Any.

Parameters

Parameter Description
CONFIG_ID SIP line setup identifier.

Result Description

Returns 1 in case of success or an exception.

Example

BX24.callMethod(
	"voximplant.sip.delete",
	{
		"CONFIG_ID": 87,
	},
	function(result)
	{
		if(result.error())
			console.error(result.error());
		else
			console.info(result.data());
	}
);


© «Bitrix24», 2001-2024
Up