Deleting a SIP line
SIP Lines >
Deleting a SIP line
Method
delete.sip_lines
Description
Deleting a SIP line
Available to
Partner, Client
Request parameters
Name
Type
Required
Description
access_token
string
yes
Authentication session key
id
number
yes
Unique SIP line identifier
user_id
number
no
Unique identifier of the customer's user on whose behalf the request is made. Required for the agent. To obtain a list of customer users, call "get.customer_users" .
JSON request structure
{
"jsonrpc": "2.0",
"id": "number",
"method": "delete.sip_lines",
"params": {
"access_token": "string",
"user_id": "number",
"id": "number"
}
}
JSON response structure
{
"jsonrpc": "2.0",
"id": "number",
"result": {}
}
List of returned errors
See "Errors for delete methods".