ThumbnailRemove (optional)
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 two API endpoints for removing product thumbnails.
By product SKU: <route url="/V1/thumbnails/remove/sku/:sku" method="DELETE">
By image name: <route url="/V1/thumbnails/remove/name/:name" method="DELETE">