About OAuth Deauthorization URL

Could you please provide same sample code for Deauthorization page for OAuth url

Hi @raveendra,

Happy to help out!

Do you have questions about sending a request to the deauthorization endpoint when a user uninstalls your app? Just let me know what part of the deauthorization flow you need help with.

You can find a sample for the deauthorization webhook event in our documentation here:

And a sample request for our Data Compliance endpoint here:

The general flow will be as follows:

  • receive webhook payload when a user uninstalls your app
  • take that payload and include it in the body of your request to our data compliance endpoint

Let me know if this helps!

Best,
Will