Page Tree | ||
---|---|---|
|
Deletes a SIP Profile Table given a specific Table ID.
https://134.56.227.163/rest/sipprofile/{identifier}
DELETE
true
none
Code Block | ||
---|---|---|
| ||
curl --cookie PHPSESSID=ima0r3nkaeg8mo0suln67vg4m7 --cacert 134.56.227.163.crt
-i https://134.56.227.163/rest/sipprofile/1 -X DELETE |
Code Block | ||
---|---|---|
| ||
<?xml version="1.0"?>
<root>
<status>
<http_code>200</http_code>
</status>
</root> |