# Delete

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

This operation permanently deletes an existing card from the system.

⚠️ **Attention**: After deletion, the card **cannot be recovered**.

✅ Removes a specific card by its ID.\
✅ Cleans outdated data from the system.\
✅ Keeps the board organized by eliminating irrelevant cards.

***

### 📂 **How to Configure the "Delete" Operation**

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

1. In **Hablla Studio**, open the automation flow where you want to delete a card.
2. Add the **Cards**.
3. In **right side panel**, select the operation **"Delete"**.

***

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

To delete a card, you must provide:

* **Workspace ID** → Identifier of the workspace where the card is located.
* **Card ID** → Unique identifier of the card to be deleted.

📌 **Important**: The **Card ID** can be obtained from another operation, such as **Get Card by ID** or **Get All Cards**.

***

#### 3️⃣ **Confirm Deletion**

⚠️ To avoid accidental deletions, make sure the **Card ID** is correct before saving the automation.

***

#### 4️⃣ **Save the Configuration**

After filling in the fields, click the **"Save"** ✅.

Now, whenever this automation is triggered, the card will be permanently removed from the system.

***

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

📊 **Scenario**: Create a flow where canceled or expired cards are automatically deleted.

1️⃣ **Block 1** → Check the card's expiration date.\
2️⃣ **Block 2** → If the card is expired, trigger the **Delete Card**.\
3️⃣ **Block 3** → Notify the team about the deletion.

🚀 **Result**: The system keeps boards always organized and free of obsolete records.

***

### 🎉 **Conclusion**

The operation **Delete Card** in the **Hablla Studio** helps keep the workflow clean and efficient by automatically removing unnecessary cards.

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/delete.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.
