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

# Archive Product Feed

> Archive an OpenAI Ads product feed

Archive an OpenAI Ads product feed. Archiving is permanent and cannot be undone; only archive feeds that are no longer used by any campaign.

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

## Inputs

| Field     | Type                       | Required | Default | Description                                                                                                       |
| --------- | -------------------------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------- |
| `feed_id` | string or SelectableOption | Yes      | -       | Product feed ID to archive (from openai\_ads\_list\_product\_feeds). Archiving is permanent and cannot be undone. |

### SelectableOption

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

## Output

**Type**: `Dict`

Returns \{feed\_id, archived\_at} exactly as returned by the OpenAI Ads API.

**Fields**: dynamic (depend on the inputs)

**Example**:

```json theme={"dark"}
{
  "feed_id": "acme_feed",
  "archived_at": "2026-09-01T00:00:00Z"
}
```
