Skip to main content
Galtea Docs home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Test Case
Deleting Test Case
Guides
Concepts
SDK
Blog
Changelog
Migration To V3
SDK
Introduction
Installation
Usage
API
Galtea
Product
Version
Test
Test Case
Test Case Service
Create Test Case
Listing Test Cases
Retrieving Test Case
Deleting Test Case
Metric
Session
Inference Result
Evaluation
Simulator
On this page
Example
Parameters
API
Test Case
Deleting Test Case
Copy page
Delete a specific test case by its ID.
Copy page
Example
Copy
galtea.test_cases.delete(
test_case_id
=
"YOUR_TEST_ID"
)
Parameters
test_case_id
string
required
The ID of the test case you want to delete.
Retrieving Test Case
Metrics Service
⌘I