Delete Merchandise Department
DELETE/api/MerchandiseDepartments/DeleteMerchandiseDepartment/:id
Tier: Public — stable, supported for third-party integration.
Soft-deletes a MerchandiseDepartment.
Request
Responses
- 200
- 400
Returns true.
Unknown id (NotFound), or the department is still referenced by one or more active SKUs (InvalidOperation).