Delete a Test Suite

API Explorer: /multi-tests/{collectionId}

To delete a test suite, DELETE its ID (you need to know the collectionId). The sample code deletes a test suite with an ID of 12345678. Use the collectionId of the actual test suite to delete in place of the 12345678.

If you do not know the collectionId of the test suite to delete, use List Test Suites to return a list of your created test suites.

Delete a Test Suite

curl 'https://a.blazemeter.com/api/v4/multi-tests/12345678' \
	-X DELETE \
	--user 'api_key_id:api_key_secret'

Response204 No content