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

# Delete Product

> Delete an existing Corrily product.

<RequestExample>
  ```bash Bash theme={null}
  curl --location --request DELETE 'https://client.corrily.com/v1/products/monthly'
  ```
</RequestExample>

<ResponseExample>
  ```json Example theme={null}
  {
    "message": "Successfully deleted product my_new_product21",
    "success": true
  }
  ```
</ResponseExample>

## Path Params

<ParamField path="product_api_id" type="string" required>
  The api ID of the product.
</ParamField>
