Soft-delete an amenity group
DELETE/api/v1/pms/amenity-groups/:id
Flips active to false. The row is preserved so historical property_amenities still resolve their group. Amenities inside the group are NOT cascaded — soft-delete them explicitly via /property-amenities/{id} if required.
Request
Responses
- 204
- 404
Group soft-deleted.
No active group with that id (empty body).