DeleteTestRun

Deletes an existing test run based on the provided collection ID and test run name.

delete
Authorizations
Query parameters
collectionIdinteger · int32Optional

The ID of the collection to which the test run belongs.

testRunNamestringOptional

The name of the test run to be deleted.

Responses
200
Success: Test run deleted successfully, with the number of affected rows.
delete
DELETE /TestRun/DeleteTestRun HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content