This request will terminate the connection from a realtime client.
| URL | https://api.telecomx.dk/tools/realtime/client/ID | ||
|---|---|---|---|
| Method | DELETE | ||
| Access level | Viewer, Manager, Reseller, ResellerAdmin and Admin | ||
| Params | ID | String | Id of connection to terminate |
DELETE https://api.telecomx.dk/tools/realtime/client/584ufh385ugh438ghfuvn
| Field | Type | Description |
|---|---|---|
| succes | Boolean | True on success, false if client was not found. |
{ success: true }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |