api:sbc:session:delete
Table of Contents
API : SBC Session Delete
Introduction
This request will terminate an ongoing session, effectively ending the call.
Request
| URL | https://api.telecomx.dk/sbc/session/SESSION_ID | |
|---|---|---|
| Method | DELETE | |
| Access level | RESELLER_ADMIN with TELE feature, or ADMIN. | |
| Param | SESSION_ID | CallId of the session to end. |
Query examples
https://api.telecomx.dk/sbc/session/56375632547476357536@23.34.33.74
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
Response example
{ success: true }
Errors
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | Session id not found in request URI |
| 404 | id | Session not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/sbc/session/delete.txt · Last modified: 2023/10/30 21:41 by Per Møller