> ## 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 Product Set

> Permanently deletes a Meta product set from a catalog

Permanently deletes a Meta product set from a catalog. Fails if the product set is still used by active ads. Use meta\_ads\_list\_product\_sets first to find the product set id and confirm the target with the user before deleting.

|                       |                               |
| --------------------- | ----------------------------- |
| **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)         |

## Inputs

| 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. |

### 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`

Returns product\_set\_id, product\_set\_name, and deleted status.

**Fields**: `product_set_id`, `product_set_name`, `deleted`
