account | DynamicAccount | Yes | - | Select the Merchant Center account that owns the product inputs. |
update_type | string or SelectableOption | Yes | - | Choose whether to delete a single product or many at once. Options: single or bulk. |
data_source_id | string or SelectItem | Yes | - | API data source ID from which to delete the product inputs. Applies to every row in bulk mode. |
product_input_id | string or SelectItem | No | - | Product input identifier, usually contentLanguagefeedLabelofferId, for example enUSsku123. Use Google’s unpadded base64url form when an identifier component contains /, %, or ~. Required for single mode. |
structured_data | array (also accepts a comma-separated string) | No | - | Use only when update_type is bulk. A list of up to 200 rows, each with product_input_id. |
return_detailed_results | boolean | No | False | Bulk mode only. If true, returns per-row results and does not raise on partial failures. |