Skip to main content

Hi folks!

I’ve created a telephony event notification subscription, where I can get notified through webhook when there’s an incoming call, but then I’ve deleted the subscription, when I get list of subscriptions now, it’s empty:
 



but somehow still receiving requests in my webhook when there’re telephony events, how can I stop this, please help.

Check the ownerId and the subscriptionId in those events to see if it is created by you or by someone else. If the ownerId is not your extension id (the one that you call the API above to read subscriptions) then that is the reason why you cannot list or delete those subscriptions.


Reply