> ## 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 Evaluation

> Delete a specific evaluation by its ID.

## Example

```python theme={"system"}
galtea.evaluations.delete(evaluation_id=evaluation_id)
```

## Parameters

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