Delete subscription
abnerjacobsen opened this issue · 2 comments
abnerjacobsen commented
Hi,
I'm integrating my company robot with Tiledesk and in the process created a test webhook subscription. Now I want to change the original subscription to another URL. How I can delete the original subscription using an API call ?
andrealeo83 commented
you can use this api to delete a subscription https://developer.tiledesk.com/apis/webhooks/subscriptions#delete-a-subscription-by-id
abnerjacobsen commented
Thanks, it's worked.