# Remove checklist item

This feature is useful for removing unnecessary tasks or completed items that no longer need to be on the checklist.

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

This operation deletes a specific item from a checklist inside a card, enabling:

✅ Remove obsolete or irrelevant checklist items.\
✅ Clean checklists to maintain better task control.\
✅ Automate the deletion of items according to business rules.

***

### 📂 **How to Configure the "Remove Checklist Item" Operation**

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

1. In **Hablla Studio**, open the automation flow where you want to remove a checklist item.
2. Add the **Cards**.
3. In **right side panel**, select the operation **"Remove Checklist Item"**.

***

#### 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 where the checklist is added (Required).\
🔹 **Checklist Item ID** → Identifier of the checklist item that will be removed (Required).

***

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

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

Now, whenever this automation is triggered, the checklist item will be removed automatically.

***

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

📊 **Scenario**: Create a flow where, upon finishing a process, completed checklist items are automatically removed.

1️⃣ **Block 1** → Monitor changes in the card's status.\
2️⃣ **Block 2** → Remove checklist items related to the completed stage.\
3️⃣ **Block 3** → Notify the team about the checklist cleanup.

🚀 **Result**: The system keeps checklists always organized by automatically removing items that are no longer necessary.

***

### 🎉 **Conclusion**

The operation **Remove Checklist Item** in the **Hablla Studio** allows automating the deletion of tasks within cards, ensuring a cleaner and more efficient workflow.

If you need more support, contact our team! 🚀


---

# Agent Instructions: 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:

```
GET https://docs.hablla.com/hablla-docs-en/automation-flows/all-components/hablla/cards/remove-checklist-item.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
