Inputs
SelectItem
Output
Type:Dict
Returns product_set_id, product_set_name, and deleted status.
Fields: product_set_id, product_set_name, deletedDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently deletes a Meta product set from a catalog
| App | Meta Ads |
| Operation ID | meta_ads_delete_product_set |
| Type | Action |
| Connection | meta_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
catalog_id | string or SelectItem | No | - | Optional Meta catalog ID, only used to locate the product set. |
product_set_id | string or SelectItem | Yes | - | The Meta product set ID to delete. Use Meta Ads List Product Sets first to find this value. Deletion is permanent and fails if the product set is still used by active ads. |
| 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 product_set_id, product_set_name, and deleted status.
Fields: product_set_id, product_set_name, deleted