You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

REST API Method: POST /rest/logout

Submits a REST user's a session request to be terminated by the Sonus SBC System.

URL:

https://134.56.227.163/rest/logout

HTTP Method

POST

Requires Authentication:

true

Usage Example: (about cURL | requires a session token)

curl --cacert 1kCAcert.pem -i https://134.56.227.163/rest/logout


Response:

<?xml version="1.0"?>
<root>
 <status>
  <http_code>200</http_code>
 </status>
</root>





  • No labels