Delete Test Suite Run

Path parameters

testSuiteIdstringRequired
idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

statusenum
This is the current status of the test suite run.
Allowed values:
idstring
This is the unique identifier for the test suite run.
orgIdstring
This is the unique identifier for the organization this run belongs to.
testSuiteIdstring
This is the unique identifier for the test suite this run belongs to.
createdAtstringformat: "date-time"

This is the ISO 8601 date-time string of when the test suite run was created.

updatedAtstringformat: "date-time"

This is the ISO 8601 date-time string of when the test suite run was last updated.

testResultslist of objects
These are the results of the tests in this test suite run.
namestring or null<=80 characters
This is the name of the test suite run.