Delete Place Manager
POST/api/places/deleteplacemanager
Tier: Public — stable, supported for third-party integration.
Removes one place-manager assignment.
The original route is spelled deleteplacmanager (missing the "e") — retained
verbatim for wire compatibility with existing clients. The correctly-spelled
deleteplacemanager route is also wired to this same action. An unknown
place/user pair is a silent no-op success (200 true), not an error — contrast
with PlaceController.BulkDeletePlaceManagers(...), which rejects unknown pairs.
Request
Responses
- 200
- 400
- 401
- 403
true — whether or not the pair existed.
The delete failed at the database level — OperationFailed.
Caller is not authenticated.
Caller does not have Update permission on the Management module.