Inputs
SelectItem
Output
Type:Dict
Returns the data source ID and whether it was deleted.
Fields: data_source_id, deletedDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently delete a data source from a Google Merchant Center account
| App | Google Merchant Center |
| Operation ID | gmc_delete_data_source |
| Type | Action |
| Connection | gmc (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the Merchant Center account that owns the data source. |
data_source_id | string or SelectItem | Yes | - | Google Merchant Center data source ID to permanently delete. Use gmc_list_data_sources first to verify the ID. |
| 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. |
Dict
Returns the data source ID and whether it was deleted.
Fields: data_source_id, deleted