Back to API List Use this API to delete a particular agent with the givenDocumentation Index
Fetch the complete documentation index at: https://koreai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
streamId and agentId.
| Method | DELETE |
|---|---|
| Endpoint | https://{{host}}/agentassist/api/v1/public/{{botId}}/agents/{{agentId}} |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token |
| API Scope | SmartAssist Analytics |
Path Parameters
| Parameter | Description | Type |
|---|---|---|
host | Environment URL, for example, https://platform.kore.ai | string, required |
botId | botId or streamId. You can get it from the App Settings page. | string, required |
agentId | The Agent Id of the particular agent whose details are being retrieved. | string, required |