> ## 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 Regional Inventory

> Deletes a product's regional inventory entry so the base product data applies in that region again

Deletes a product's regional inventory entry so the base product data applies in that region again.

|                       |                                 |
| --------------------- | ------------------------------- |
| **App**               | Google Merchant Center          |
| **Operation ID**      | `gmc_delete_regional_inventory` |
| **Type**              | Action                          |
| **Connection**        | `gmc` (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 Merchant Center account that owns the product.                                       |
| `product_id` | string or SelectItem | Yes      | -       | Product identifier in the form contentLanguage~~feedLabel~~offerId, for example en~~US~~sku123. |
| `region`     | string or SelectItem | Yes      | -       | Region ID of the regional inventory entry to delete.                                            |

### 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**: `Dict`

Confirms the deletion.

**Fields**: `product_id`, `region`, `deleted`
