Bulk Delete Place Managers
POST/api/places/bulkdeleteplacemanagers
Tier: Public — stable, supported for third-party integration.
Removes a batch of place-manager assignments.
Unlike PlaceController.DeletePlaceManager(...), an unknown pair in the batch is rejected.
Saves are deferred until the end of the batch, so in practice a failure leaves nothing
committed (effectively all-or-nothing), even though there is no explicit transaction.
Request
Responses
- 200
- 400
- 401
- 403
true — every pair in the batch existed and was removed.
Any pair in the batch was unknown — NotFound, field "PlaceManager".
Caller is not authenticated.
Caller does not have Update permission on the Management module.