Remove plotly on click listener

Is it possible to remove the plotly_click listener?

this.plotlyDiv.on('plotly_click', function(d) { ... }); ?

See Plotly_click fired twice when clicked once