https://github.com/magesuite/thumbnail-remove
This module adds the possibility to remove generated product thumbnails through REST API.
Installation
This module is optional
composer require "creativestyle/magesuite-thumbnail-remove" ^1.0.0
Admin settings
There are no admin settings.
Backend
This module added API endpoints for removing product thumbnails, by product SKU or image name.
<route url="/V1/thumbnails/remove/sku/:sku" method="DELETE">
<route url="/V1/thumbnails/remove/name/:name" method="DELETE">