일괄 테스트 제품군의 특정 실행을 삭제하는 데 사용됩니다.

이 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"
}

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed

バッチテストスイートの特定の実行を削除する際に使用されます。

この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": "テスト結果が正常に削除されました" }

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed

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}

Query Parameters

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…

Authorization

Invoke the API with JWT in the header with the following syntax:

auth: {{JWT}}

Response content type

application/json

Sample Request

curl --location --request DELETE \
     'https://{host}/api/public/bot/{botId}/testsuite/{testSuiteName}/{testRunId}' \
      --header 'auth: {jwt-code}' \
      --header 'bot-language: {language-code}'

Sample Response

{
    "message": "Test Result Removed Successfully"
}

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed