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

# Delete Trace

> Delete a trace by ID.

## Returns

This method returns `None`.

## Example

```python theme={"system"}
galtea.traces.delete(trace_id=trace_id)
```

## Parameters

<ResponseField name="trace_id" type="string" required>
  The unique identifier of the trace to delete.
</ResponseField>
