> For the complete documentation index, see [llms.txt](https://docs.hablla.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/cards/delete-product-from-a-card.md).

# Delete product from a card

#### 🎯 **What does this operation do?**

This operation removes a product associated with a card, enabling:

✅ Remove a product linked to a sales card, quote, or service.\
✅ Dynamically update products associated with a card.\
✅ Automate flows that adjust products according to pipeline changes.

***

### 📂 **How to Configure the "Remove Product from Card" Operation**

#### 1️⃣ **Access the Component**

1. In **Hablla Studio**, open the automation flow where you want to remove a product from a card.
2. Add the **Cards**.
3. In **right side panel**, select the operation **"Remove Product from Card"**.

***

#### 2️⃣ **Fill in the Required Fields**

🔹 **Workspace ID** → Identifier of the workspace where the card is located (Required).\
🔹 **Card ID** → Unique identifier of the card from which the product will be removed (Required).\
🔹 **Product ID** → Identifier of the product that will be removed from the card (Required).

***

#### 3️⃣ **Save the Configuration**

After defining the fields, click the **"Save"** ✅.

Now, whenever this automation is triggered, the selected product will be automatically removed from the corresponding card.

***

### 📌 **Usage Example in an Automation Flow**

📊 **Scenario**: Create a flow where, upon receiving a quote change request, the system automatically removes specific products from the customer's card.

1️⃣ **Block 1** → Capture the customer's request.\
2️⃣ **Block 2** → Trigger the operation **Remove Product from Card** to delete the unwanted products.\
3️⃣ **Block 3** → Send a notification to the sales team about the removal of the products.

🚀 **Result**: The system automatically manages the products on the card, ensuring the deal is always updated according to the customer's needs.

***

### 🎉 **Conclusion**

The operation **Remove Product from Card** in the **Hablla Studio** makes product management more flexible, allowing dynamic adjustments in deals, quotes, and services.

If you need more support, contact our team! 🚀


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/cards/delete-product-from-a-card.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
