일괄 테스트 제품군을 삭제하는 데 사용됩니다.
이 API를 사용하려면 일괄 테스트 관리의 봇 빌더 범위 또는 일괄 테스트 관리의 관리자 API 범위가 필요합니다.
DELETE https://{host}/api/public/bot/{botId}/testsuite/{testSuiteName}
일괄 테스트 제품군을 삭제하는 데 사용됩니다.
이 API를 사용하려면 일괄 테스트 관리의 봇 빌더 범위 또는 일괄 테스트 관리의 관리자 API 범위가 필요합니다.
DELETE https://{host}/api/public/bot/{botId}/testsuite/{testSuiteName}
매개 변수 | 설명 |
---|---|
host | URL 환경(예: https://bots.kore.ai |
botID | 봇 ID 또는 스트림 ID. 봇의 일반 설정 페이지에서 이를 액세스할 수 있습니다. |
testSuiteName | 삭제되어야 하는 테스트 제품군은 맞춤형 일괄 테스트 제품군만 삭제할 수 있습니다 |
다음 구문을 포함한 헤더에 JWT를 포함한 API를 호출합니다. auth: {{JWT}}
application/json
curl --location --request DELETE \ 'https://{host}/api/public/stream/{streamId}/testsuite/{testSuiteName}' \ --header 'auth: {jwt-code}' \ --header 'bot-language: {language-code}'
{ "message": "Test Suite removed successfully" }
バッチテストスイートを削する際に使用されます。
このAPIを使用するには、アプリはバッチテストの管理のボットビルダースコープ、またはバッチテストの管理の管理者APIスコープが必要です。
DELETE https://{host}/api/public/bot/{botId}/testsuite/{testSuiteName}
パラメータ | 説明 |
---|---|
ホスト | 環境URL(例) https://bots.kore.ai |
botID | ボットIDまたはストリームID。ボットの [一般設定] ページからアクセスすることができます。 |
testSuiteName | 削除する必要があるテストスイート カスタムバッチテストスイートのみ削除可能 |
以下の構文を使用して、JWTをヘッダーに含むAPIを呼び出します。 auth: {{JWT}}
application/json
curl --location --request DELETE \ 'https://{host}/api/public/stream/{streamId}/testsuite/{testSuiteName}' \ --header 'auth: {jwt-code}' \ --header 'bot-language: {language-code}'
{ "message": "テストスイートが正常に削除されました" }
Used to delete 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}
Parameter | Description |
---|---|
host | Environment URL, for example, https://bots.kore.ai |
botID | Bot ID or Stream ID. You can access it from the General Settings page of the bot. |
testSuiteName | Test Suite that needs to be deleted Only Custom Batch Test Suites can be deleted |
Invoke the API with JWT in the header with the following syntax:
auth: {{JWT}}
application/json
curl --location --request DELETE \ 'https://{host}/api/public/stream/{streamId}/testsuite/{testSuiteName}' \ --header 'auth: {jwt-code}' \ --header 'bot-language: {language-code}'
{ "message": "Test Suite removed successfully" }