#kanohian_webhooks-account-deuthorized
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1234527156462161922
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there
Hello
baseically, if connected account is deleted, how can we get notified via webhooks ?
You would want to listen for account.application.deauthorized
Account events for webhooks do not list delete case and update event does not react for delete
Hi, more like the actual delete of the account dashboard
one minute pls
let me show you
express account do not allow you to do this, but standard does
if account is deleted, then we should be notified
I am not aware if this delete is actually a deauthorize operation, if so, please confirm me this
Yes that's exactly what it does
It doesn't actually delete the account -- it disconnects it
You can test this out quite easily
The Event will be sent to your Connect Endpoint
ok thanks a lot
Sure