Skip to main content
Version: 5.7.0

SysDeleteProduct

Delete the product item.

tip

If any real purchases of the product exist, product deletion will be disallowed (error returned)

ServiceOperation
productManagementSYS_DELETE_PRODUCT

Method Parameters

ParameterDescription
itemIdThe item id being deleted.
versionThe version being validated. Pass -1 to bypass version checking.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": null,
"status": 200
}