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