| Method | DELETE |
|---|---|
| Endpoint | https://{{host}}/api/public/bot/{{botId}}/v2/recordings?sessionId={{sessionId}} |
| Content Type | application/json |
| Authorization | auth: {{JWT}} See How to generate the JWT Token |
| API Scope | Delete Recordings |
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 |
Query Parameter
| Parameter | Description | Type |
|---|---|---|
sessionId | The unique identifier for the session record. You can access it from the conversation logs. | string, required |