botId and queueId.
| Method | DELETE |
|---|---|
| Endpoint | https://{{host}}/agentassist/api/v1/public/{{botId}}/queues/{id} |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token |
| API Scope | Configuration |
Path Parameters
| Parameter | Description | Type |
|---|---|---|
host | Environment URL, for example, https://platform.kore.ai | string, required |
streamId | botId or streamId. You can get it from the App Settings page. | string, required |
id | Can be taken from the /queues GET API. | string, required |