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

# Delete Product

> Delete a product from your catalog via the WISEPIM API. Includes path parameters, response codes, and important notes about permanent removal behavior.

Delete a product from the system.

### Path Parameters

<ParamField path="id" type="integer" required>
  The ID of the product to delete
</ParamField>

### Response

Returns a 204 No Content response on successful deletion.
