Delete a Multi-Test

API Explorer: /multi-tests/{collectionId}

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

If you do not know the ID of the test to delete, use the List Multi-Tests section to return a list of your created tests.

Response codes associated with deleting a test include 204 (if the test was successfully deleted) and 404 (if the collectionId does not exist).

Delete a Multi-Test

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

Response204 No content