Skip to main content
Version: 5.7.0

SysDeletePromotion

Deletes the specified promotion from the server.

ServiceOperation
promotionsSYS_DELETE_PROMOTION

Method Parameters

ParameterDescription
promotionIdID uniquely identifying the promotion to update. Note: If promotionId is included in the promotionJson, it is ignored. The promotionId provided as a direct parameter takes priority.
versionVersion of the promotion to update. Can bypass version check by passing in -1.

Usage

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