> 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/organizations/remove-people.md).

# Remove people

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

This operation removes the association of one or more people from a specific organization in the system, ensuring that records reflect only active and relevant contacts.

✅ Person's name\
✅ Email\
✅ Phone\
✅ Position\
✅ Person's status within the organization

***

### 📂 **How to Configure the "Remove People" Operation**

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

1. In **Hablla Studio**, open the automation flow where you want to remove people from an organization.
2. Add the **Organizations block**.
3. In **right side panel**, select the operation **"Remove People"**.

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

* **Organization ID** → Unique identifier of the organization from which people will be removed.
* **People IDs** → List of IDs of the people who will be unlinked from the organization.

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

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

Now, whenever this automation is triggered, **the people will be automatically removed from the specified organization**.

***

### 📌 **Example of Use in the Automation Flow**

📊 **Scenario:** You want to create a flow where, upon identifying that a person is no longer part of a company, they are automatically unlinked from the organization in the system.

1. **Block 1** → Monitor changes in employees' affiliation within an organization.
2. **Block 2** → If a person is no longer part of the company, remove their association.
3. **Block 3** → Notify the team about the removal of the affiliation.

Result: 🚀 **The system will keep organization records always up to date and free of inactive contacts!**

***

### 🎉 **Conclusion**

The operation **Remove People from an Organization** in Hablla Studio allows you to keep the database always organized and aligned with real business relationships, ensuring greater accuracy in interactions.

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/organizations/remove-people.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.
