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

> Deletes a product's local inventory entry for a specific store

Deletes a product's local inventory entry for a specific store.

|                       |                              |
| --------------------- | ---------------------------- |
| **App**               | Google Merchant Center       |
| **Operation ID**      | `gmc_delete_local_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. |
| `store_code` | string or SelectItem | Yes      | -       | Business Profile store code of the local 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`, `store_code`, `deleted`
