Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Webhooks for uninstalled app

Webhooks for uninstalled app

ZhukovEvgeniy
Visitor
2 0 0

Hello.
Our client left us, we lost access to API and cannot unsubscribe from Webhooks. It continues making useless requests to our servers. I found similar issues from other developers, e.g. this. Could you please repeat this for us and unsubscribe us from this store's webhooks? Where should I provide the store name and our application id?
Thanks.

Replies 2 (2)

Saso-WD
Shopify Partner
28 1 13

Alternatively you can just make sure your server returns 404 or 503 response, this will make webhooks fail and Shopify will eventually remove them automatically.

ZhukovEvgeniy
Visitor
2 0 0

Thanks for the idea, we will try this way for sure