- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
deleteProducts - Product Module Reference
This documentation provides a reference to the deleteProducts
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 products. Unlike the softDelete method, this method will completely remove the products and they can no longer be accessed or retrieved.
Example#
Parameters#
productIds
string[]The IDs of the products to be deleted.
Returns#
Promise
Promise<void>Resolves when the products are successfully deleted.
Was this page helpful?