> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galtea.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Deleting Test

> Delete a specific test by its ID.

## Example

```python theme={"system"}
galtea.tests.delete(test_id=test_id)
```

## Parameters

<ResponseField name="test_id" type="string" required>
  The ID of the test you want to delete.
</ResponseField>
