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

> Delete a span by ID.

## Returns

This method returns `None`.

## Example

```python theme={"system"}
galtea.spans.delete(span_id=span_id)
```

## Parameters

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