Test Cases›
Test Cases
Delete Test Case By ID
Delete a test case by its ID
DEL
/api/v1/test-cases/{test_case_id}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
test_case_idstringrequired
Response
application/jsonOK
messagestring
Example:
"Test cases deleted successfully"typestring
Example:
"Success"