Not getting DELETE request on Webhook after app uninstallation

I am testing my app and I am stuck in the uninstall process. According to Pipedrive documentation, after I uninstall the app, Pipedrive will send me a DELETE request on my app callback URL. But I am not receiving any DELETE requests on my callback URL. I have defined a callback URL in my app settings page and other functionalities are also working.

What will be the possible issue? Any help will be appreciated. Thanks

Hi @Awais_Khalid
Thanks for being patient and welcome to the community :wave: !

This is correct. Just to be sure

  • I assume that the URL is reachable publicly over the internet.
  • Is there an access log you can refer to for all incoming traffic? To observe delays (if any)

Hello!!!

@Awais_Khalid ! Did you solve the problem?

@Hem , I have logs when my callback URL is executed, but I’m not receiving requests from Pipedrive when the user uninstall the app from “Tools and apps / Marketplace apps”.

Are there some log on Pipedrive to see when the calls were executed?