Delete Sku Group Name
DELETE/api/skugroups/deleteskugroupname/:id
Tier: Public — stable, supported for third-party integration.
Soft-deletes a SKU group name.
Unlike SkuGroupController.DeleteSkuGroup(...), this action is guarded: a name still used by any
SkuGroups.SkuGroupDetailDto cannot be deleted.
Request
Responses
- 200
- 400
- 401
- 403
Returns true.
{id} does not match an existing name, or the name is still referenced by a SKU group (error array).
The caller is not authenticated.
The caller lacks SkuGroup Delete permission.