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

# Remove Contact From List

> Removes an existing contact from a HubSpot list by email

Removes an existing contact from a HubSpot list by email. Provide the contact's email and select a STATIC list to remove them from. Returns the contact ID, email, list ID, and status.

|                       |                                    |
| --------------------- | ---------------------------------- |
| **App**               | HubSpot                            |
| **Operation ID**      | `hubspot_remove_contact_from_list` |
| **Type**              | Action                             |
| **Connection**        | `hubspot` (required)               |
| **Credits per run**   | 1                                  |
| **Agent / MCP tool**  | Yes                                |
| **Requires approval** | Yes (write operation)              |

## Inputs

| Field     | Type                       | Required | Default | Description                                                                   |
| --------- | -------------------------- | -------- | ------- | ----------------------------------------------------------------------------- |
| `email`   | string                     | Yes      | -       | Contact's email address to remove from the list                               |
| `list_id` | string or SelectableOption | Yes      | -       | The ID of the HubSpot list to remove the contact from (must be a STATIC list) |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `Dict`

Returns operation result.

**Fields**: `contact_id`, `email`, `list_id`, `status`
