Skip to main content

Delete Place

DELETE 

/api/places/deleteplace/:id

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

Soft-deletes a place, re-parenting its direct children and detaching its tag.

Only the deleted place's direct children (rows whose ParentPlaceId equals the deleted place's own Id) are re-pointed to the deleted place's parent — deeper descendants keep their existing (unchanged) parents. The deleted place's own bowers are zeroed (0/0). This delete does not trigger a tenant-wide nested-set rebuild, so surviving places keep their existing bowers with a gap where the deleted place was; the gap is closed by the next add or move. The tenant's single root place cannot be deleted.

Request

Responses

true on success.