1. API
  2. /UnRegister

HTTP methods

POST

Request parameters

参数为json数组,数组每个元素为字符串,字符串为注册接口的reg属性的值。

[
  "1005<sip:1005@client.pbx.aiwcc.com>",
  "1006<sip:1006@client.pbx.aiwcc.com>"
]

Curl Request Example

$ curl -H 'Content-type:application/json' -d '["1005<sip:1005@client.pbx.aiwcc.com>","1006<sip:1006@client.pbx.aiwcc.com>"]' http://127.0.0.1:11111/UnRegister

Response

None