Skip to main content
Version: 5.7.0

SysDeleteProduct

Delete the product item.

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
// S2S call: to view example, switch to the Cloud Code or Raw tab.
JSON Response
{
"data": null,
"status": 200
}