This request will hangup an ongoing call.
| URL | https://api.telecomx.dk/pbx/app/action/hangup | ||
|---|---|---|---|
| Method | GET | ||
| Access level | PERSONAL, VIEWER, MANAGER, OWNER, RESELLER, ADMIN. | ||
| Query | target | String | Id of call to hangup. |
https://api.telecomx.dk/pbx/app/action/hangup?target=12345678901234567890ABCD
| Json object | ||
|---|---|---|
| success | Boolean | True on success |
{ "success": true }
| Error code | Message | Description |
|---|---|---|
| 422 | target | Invalid target |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |