Skip to main content

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

true — every pair in the batch existed and was removed.