- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
deleteProductTags - Product Module Reference
This documentation provides a reference to the deleteProductTags
method. This belongs to the Product Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method is used to delete product tags by their ID.
Example#
Parameters#
productTagIds
string[]The IDs of the product tags to be deleted.
Returns#
Promise
Promise<void>Resolves when the product tags are successfully deleted.
Was this page helpful?