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

# Remove Contacts from List

> Remove Brevo contacts from a contact list by email.

**Remove Contacts from List** removes one or more contacts from a Brevo contact
list. It does not delete the contacts from the Brevo account.

## Inputs

| Input                   | Type           | Required | Description                                   |
| ----------------------- | -------------- | -------- | --------------------------------------------- |
| **Third-party account** | Brevo account  | Yes      | The Brevo account that owns the contact list. |
| **Contact List ID**     | Number         | Yes      | The contact list to update.                   |
| **Emails**              | List of emails | Yes      | Contacts to remove from the list.             |

## Outputs

| Output                | Type           | Description                                    |
| --------------------- | -------------- | ---------------------------------------------- |
| **Successful Emails** | List of emails | Contacts Brevo removed from the list.          |
| **Failed Emails**     | List of emails | Contacts Brevo could not remove from the list. |
