removeProductMedia( )


Removes specified media items from a product. Pass an empty array to remove all media items.

Admin Method

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Stores - all permissions
Manage Products
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
_idstringRequired

Product ID.


mediaIdsArray<string>Required

List of media IDs to remove. Pass an empty array to delete all media items for the product.

Was this helpful?
Yes
No