unobserve

fun unobserve(target: Element)(source)

The unobserve() method of the IntersectionObserver interface instructs the IntersectionObserver to stop observing the specified target element.

MDN Reference