Delete a Test
API Explorer: /tests/{testId}
To delete a test, DELETE its ID (you need to know the testId
). The sample code deletes a test with an ID of 1234567
. Use the testId
of the actual test to delete in place of the 1234567
.
If you do not know the
testId
of the test to delete, use List Tests to return a list of your created tests.Delete a Test
curl 'https://a.blazemeter.com/api/v4/tests/1234567' \
-X DELETE \
--user 'api_key_id:api_key_secret'
Response204 No content