Delete Sku Group
DELETE/api/skugroups/deleteskugroup/:id
Tier: Public — stable, supported for third-party integration.
Soft-deletes a SKU group.
There is no in-use guard on this action — a group still referenced by a cycle count or
inventory is deleted without complaint. This differs from
SkuGroupController.DeleteSkuGroupName(...), which does check for in-use references.
Request
Responses
- 200
- 400
- 401
- 403
Returns true.
{id} does not match an existing group (error array).
The caller is not authenticated.
The caller lacks SkuGroup Delete permission.