Delete Reason
DELETE/api/reasons/deletereason/:id
Tier: Public — stable, supported for third-party integration.
Soft-deletes a Reason. Unlike the reference-data dim controllers, there is no in-use guard — a Reason is always soft-deleted even if it is still referenced by existing records (the in-use check is deliberately disabled in the service).
Request
Responses
- 200
- 400
Returns true.
Unknown id (NotFound).