deleteTags - Product Module Reference
BetaThis documentation provides a reference to the deleteTags method. This belongs to the Product Module.
This method is used to delete product tags by their ID.
Example
Parameters
productTagIdsstring[]RequiredThe IDs of the product tags to be deleted.
sharedContextContextA context used to share resources, such as transaction manager, between the application and the module.
sharedContextContextReturns
PromisePromise<void>RequiredResolves when the product tags are successfully deleted.
Was this section helpful?