Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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

  • No labels