DeleteByIdInterface
Magento\AdobeStockAssetApi\Model\Category\Command\DeleteByIdInterface
What it does
This interface defines a command for deleting an Adobe Stock asset category by its ID from the data storage.
Developers would use this when implementing functionality to remove Adobe Stock categories from Magento, such as during category cleanup or synchronization operations.
The implementation must handle deletion failures by throwing a CouldNotDeleteException.
Public Methods
- execute()