DeleteTestRun
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.
400
Bad Request: Invalid input parameters or missing required fields (e.g., collectionId or testRunName).
404
Not Found: No test run found with the provided collectionId and testRunName.
500
Internal Server Error: An error occurred while attempting to delete the test run from the database.
delete
DELETE /TestRun/DeleteTestRun HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content