To delete an existing conversation test suite.
| Method | DELETE | 
| Endpoint | https://{{host}}/api/public/stream/:streamId/conversation/testsuite | 
| Content Type | application/json | 
| Authorization | auth: {{JWT}}See How to generate the JWT Token. | 
| API Scope | 
Bot Builder: Conversation Tests ManagementAdmin Console: Conversation Tests Management | 
		 
	 
		
			Sample Request
curl --location --request DELETE \
      'https://{{host}}/api/public/stream/:streamId/conversation/testsuite' \
      --header 'auth: {jwt-token}' \
      --header 'bot-language: {language-code}' \
      --header 'Content-Type: application/json' \
      --data-raw '{
         "testSuiteNames" : ["newtestcaseconvtest"] 
         }'