> ## 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 Inference Result

> Delete an inference result log by its ID.

## Example

```python theme={"system"}
galtea.inference_results.delete(inference_result_id=inference_result_id)
```

## Parameters

<ResponseField name="inference_result_id" type="string" required>
  The ID of the inference result log to delete.
</ResponseField>
