Jenkins retries the triggers when got 202 status code

I am using Jenkins for pipeline activity and sending notification to teams, so that everyone would be aware of it. Usually I was using office 365 connector in which just updating the teams URL will send the notification to particular channel in teams, Now after teams has decommission 365 connector and asked the workflow, I have been getting 202 alerts due to which it seems like jenkins is trying to make retries alerts on same URL and triggers the same notification 3 times

Does anyone has idea how to stop retries in jenkins after receiving status code 202?