Skip to main content

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

true — whether or not the pair existed.