Delete System Place
DELETE/api/places/DeleteSystemPlace/:id
Tier: Public — stable, supported for third-party integration.
Soft-deletes a system place.
Descendants are re-parented and bowers zeroed the same way as
PlaceController.DeletePlace(...), but this action then explicitly re-runs the tenant-wide
nested-set rebuild (PlaceController.DeletePlace(...) does not). No events are raised.
Request
Responses
- 200
- 400
- 401
- 403
true on success.
Unknown id (NotFound, field "Place"), or the same dependency-guard validator as PlaceController.DeletePlace(...) (including the tenant-root guard).
Caller is not authenticated.
Caller does not have Delete permission on the Administration module.