일괄 테스트 제품군의 특정 실행을 삭제하는 데 사용됩니다.
이 API를 사용하려면 일괄 테스트 관리의 봇 빌더 범위 또는 일괄 테스트 관리의 관리자 API 범위가 필요합니다.
DELETE https://{host}/api/public/bot/{botId}/testsuite/{testSuiteName}/{testRunId}
일괄 테스트 제품군의 특정 실행을 삭제하는 데 사용됩니다.
이 API를 사용하려면 일괄 테스트 관리의 봇 빌더 범위 또는 일괄 테스트 관리의 관리자 API 범위가 필요합니다.
DELETE https://{host}/api/public/bot/{botId}/testsuite/{testSuiteName}/{testRunId}
매개 변수 | 설명 |
---|---|
host | URL 환경, 예: https://bots.kore.ai |
botID | 봇 ID입니다. 봇의 일반 설정 페이지에서 이를 액세스할 수 있습니다. |
testSuiteName | 삭제해야 하는 테스트 제품군 |
testRunId | 테스트 실행 API를 실행하여 얻은 실행 결과를 참조하는 고유 등… 더 보기 |
다음 구문을 포함한 헤더에 JWT를 포함한 API를 호출합니다. auth: {{JWT}}
application/json
curl --location --request DELETE \ 'https://{host}/api/public/bot/{botId}/testsuite/{testSuiteName}/{testRunId}' \ --header 'auth: {jwt-code}' \ --header 'bot-language: {language-code}'
{ "message": "Test Result Removed Successfully" }
バッチテストスイートの特定の実行を削除する際に使用されます。
このAPIを使用するには、アプリはバッチテストの管理のボットビルダースコープ、またはバッチテストの管理の管理者APIスコープが必要です。
DELETE https://{host}/api/public/bot/{botId}/testsuite/{testSuiteName}/{testRunId}
パラメータ | 説明 |
---|---|
ホスト | 環境URL(例) https://bots.kore.ai |
botID | ボットID。ボットの [一般設定] ページからアクセスすることができます。 |
testSuiteName | 削除する必要があるテストスイート |
testRunId | テスト実行APIを実行して得られた実行結果を参照するための固有のID 詳細はこちら… |
以下の構文を使用して、JWTをヘッダーに含むAPIを呼び出します。 auth: {{JWT}}
application/json
curl --location --request DELETE \ 'https://{host}/api/public/bot/{botId}/testsuite/{testSuiteName}/{testRunId}' \ --header 'auth: {jwt-code}' \ --header 'bot-language: {language-code}'
{ "message": "テスト結果が正常に削除されました" }
Used to delete a specific execution of a Batch Test Suite.
To use this API, the app needs the Bot Builder Scope of Batch Tests Management
OR the Admin API Scope of Batch Tests Management.
DELETE https://{host}/api/public/bot/{botId}/testsuite/{testSuiteName}/{testRunId}
Parameter | Description |
---|---|
host | Environment URL, for example, https://bots.kore.ai |
botID | Bot ID. You can access it from the General Settings page of the bot. |
testSuiteName | Test Suite that needs to be deleted |
testRunId | Unique identity to reference to an execution result, obtained by running test execution API, more… |
Invoke the API with JWT in the header with the following syntax:
auth: {{JWT}}
application/json
curl --location --request DELETE \ 'https://{host}/api/public/bot/{botId}/testsuite/{testSuiteName}/{testRunId}' \ --header 'auth: {jwt-code}' \ --header 'bot-language: {language-code}'
{ "message": "Test Result Removed Successfully" }