Skip to main content
Test RunsDelete Test Run
TestMu AI
StatusCommunityBlog
Test Runs

Delete Test Run

Delete Test Run

DEL
/api/v1/test-run/{test_run_id}
Delete Test Run
curl --request DELETE \
--url "https://test-manager-api.lambdatest.com//api/v1/test-run/{test_run_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Test Run deleted successfully",
"type": "Success"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

test_run_idstringrequired

Response

application/json

OK

messagestring
Example: "Test Run deleted successfully"
typestring
Example: "Success"
Delete Test Run
curl --request DELETE \
--url "https://test-manager-api.lambdatest.com//api/v1/test-run/{test_run_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Test Run deleted successfully",
"type": "Success"
}