Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
https://{{host}}/api/public/bot/{{botId}}/testsuite/{{testSuiteName}}/{{testRunId}}
application/json
auth: {{JWT}}
host
https://platform.kore.ai
BotID
testSuiteName
testRunId
curl --location --request DELETE \ 'https://{{host}}/api/public/bot/{{botId}}/testsuite/{{testSuiteName}}/{{testRunId}}' \ --header 'auth: {{YOUR_JWT_ACCESS_TOKEN}}' \ --header 'bot-language: {{language-code}}'
{ "message": "Test Result Removed Successfully" }
Was this page helpful?