Skip to main content

Batch Delete Places

POST 

/api/places/batchdeleteplaces

Tier: Public — stable, supported for third-party integration.

Soft-deletes a batch of places, one PlaceController.DeletePlace(...) call per id.

Deletion is not all-or-nothing: places are deleted one at a time, so any deletes that succeeded before a later failure remain deleted even though the overall response is a 400.

Request

Responses

true — every place in the batch was deleted successfully.