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

> Delete a specific product by its ID.

## Example

```python theme={"system"}
    galtea.products.delete(product_id=product_id)
```

## Parameters

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