> ## Documentation Index
> Fetch the complete documentation index at: https://developers.supapost.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Product

> Delete a product.

## Path Parameters

<ParamField path="id" type="string" required>
  Product ID.
</ParamField>

## Response

```json 200 theme={null}
{
  "success": true
}
```
