This request will terminate an ongoing session, effectively ending the call.
| 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. |
https://api.telecomx.dk/sbc/session/56375632547476357536@23.34.33.74
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
{ success: true }
| 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> |