TuCloudAPI deleteagent
Appearance
TuCloudAPI function to manage FuturePBX (the cloud PBX). Available to: SuperRoot, Operator, Client.
Description
Remove a queue member (agent) by _id. Requires a non-readonly ukey.
Call
GET https://tucloudapi.7kas.com:9087/tucloud?func=deleteagent&ukey=YOUR_KEY
Requires the ukey parameter.
Parameters
| Parameter | Type | Required | Default | Meaning |
|---|---|---|---|---|
pbx |
string | Yes | — | FuturePBX name (tenant boundary). |
id |
integer | Yes | — | Agent _id. |
Example
https://tucloudapi.7kas.com:9087/tucloud?func=deleteagent&ukey=KEY&pbx=tucall&id=5001
Response
{ok, _id} or {ok:false,not_found}.
Back to TuCloudAPI