Didn't receive delete request on callback URL after successful uninstall app

I’m trying to approve the app my company is developing.

Today I received Pipedrive’s answer about some adjustments I need to make.

The problem happens when I uninstall the app from “Tools and apps / Marketplace apps”.

But my app is not receiving any OAuth request on the “Callback URL”.

At this link:
After a successful app uninstall by a user, the OAuth server will send a DELETE request in JSON format to the “Callback URL” (a value you specified in the Developer Hub > Basic info for your app).

I’m trying to use all possible route methods (DELETE, GET, POST, PATCH, etc…), but it doesn’t work. There is no request about uninstalled apps.

Could you help me with this?

This topic was automatically closed after 60 days. New replies are no longer allowed.