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

# Removing Products from Discount Codes

> Removing products from a Discount Code

## How to Remove Products from Discount Codes

<Steps>
  <Step title="Select the products to remove">
    In the Manage Products component of your selected Discount Code, select the products that you wish to remove and click **Remove Selected Product(s)**.

    <Frame caption="Selecting products to remove in the Manage Products component">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4856152114/image-20260316-173313.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=74281936e8467203f8a5670a3b2dce22" alt="The Manage Products component with products selected and the Remove Selected Products button" width="1914" height="651" data-path="images/end-user-guides/4856152114/image-20260316-173313.png" />
    </Frame>
  </Step>

  <Step title="Confirm the removal">
    Click **OK** on the popup confirmation message.

    <Frame caption="The confirmation popup after removing products">
      <img src="https://mintcdn.com/fusionspan/4u-JGPkRA8QDMGYi/images/end-user-guides/4856152114/image-20251010-170453.png?fit=max&auto=format&n=4u-JGPkRA8QDMGYi&q=85&s=08ef03aa5a63d5c1c9a08406ea248ae2" alt="The popup confirmation message with the OK button after products are removed" width="1377" height="526" data-path="images/end-user-guides/4856152114/image-20251010-170453.png" />
    </Frame>

    <Note>
      Removing a product is a soft delete. fusionCore sets `Is_Active__c` to `false` on the underlying `Product_Discount_Code__c` eligibility record rather than deleting it. The record persists, so re-adding the same product later reactivates the existing record instead of creating a new one.
    </Note>
  </Step>
</Steps>

## Limitations and Common Pitfalls

* **Remove is a soft delete.** Removing a product deactivates the eligibility record rather than deleting it; re-adding the same product reactivates the existing record.
