> ## 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.

# Delete Do Not Reach List

> Permanently deletes an X Ads Do Not Reach list, ending suppression for every email on it

Permanently deletes an X Ads Do Not Reach list, ending suppression for every email on it.

|                       |                                  |
| --------------------- | -------------------------------- |
| **App**               | X Ads                            |
| **Operation ID**      | `x_ads_delete_do_not_reach_list` |
| **Type**              | Action                           |
| **Connection**        | `x_ads` (required)               |
| **Credits per run**   | 1                                |
| **Agent / MCP tool**  | Yes                              |
| **Requires approval** | Yes (write operation)            |

## Inputs

| Field                  | Type                 | Required | Default | Description                                                                                          |
| ---------------------- | -------------------- | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `account`              | DynamicAccount       | Yes      | -       | Select the X Ads account that owns the Do Not Reach list.                                            |
| `do_not_reach_list_id` | string or SelectItem | Yes      | -       | Do Not Reach list ID to delete. Deleting is permanent and stops suppressing every email on the list. |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

**Type**: `String`

Returns a confirmation of the deletion.
