apoc.date.expireIn Procedure CALL apoc.date.expire.in(node,time,'time-unit') - expire node after specified length of time time by setting :TTL label and ttl property Signature apoc.date.expireIn(node :: NODE?, timeDelta :: INTEGER?, timeUnit :: STRING?) :: VOID Input parameters Name Type Default node NODE? null timeDelta INTEGER? null timeUnit STRING? null More documentation of apoc.date.expireIn