Operation Id:
discounts/groups/delete/post [Official Documentaction]
Methods
- discountGroupId Integer
Examples
This function deletes the discounts group with the discount group ID 201.
const result = await idosellRequest.deleteDiscountsGroups
.discountGroupId(201)
.exec()