Deactivate Webhook

DELETE {{baseUrl}}/webhooks/unsubscribe?id=366577905&url=https://webhook.site/07254470-c763-4ee3-bef1-ab2480262814

This endpoint allows you to unsubscribe/deactivate a webhook from the active webhooks list at your store.

You can define which webhook to delete by using url and/or id query parameters.

Using url will delete all registered webhooks to this URL.

OAuth Scopes


webhooks.read_write

Request Params

KeyDatatypeRequiredDescription
idnumberWebhook ID. requiredif no URL passed.
urlstringWebhook registered URL. requiredif no ID is passed.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring