Integrated Gradients - Convergence Delta as quality measure?

Hi,
I would like to use integrated gradients from captum to analyze a neuronal net:

What can the return parameter “delta” be used for?
What does a high delta actually mean for practical usage?

Can or should I use it as a quality parameter to remove samples having a high absolute convergence delta before doing further processing of obtained gradients?

Thanks