Log in
Interface

CategoryListDeleteBySkuInterface

Magento\Catalog\Api\CategoryListDeleteBySkuInterface

What it does

This interface defines a contract for removing multiple products from a category using their SKUs.

Developers would use this when they need to unassign several products from a specific category at once by providing the category ID and an array of product SKUs, rather than removing products individually.

Public Methods

  • deleteBySkus()