Soft delete a household (marks as deleted but preserves data)
from withluminary import Luminary client = Luminary() client.households.delete( "id", )