Remove Webhook

DELETE {{baseUrl}}/webhooks/unsubscribe?id=est&url=est

This endpoint allows you to unsubscribe 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
idstringwebhook id. required if no url passed
urlstringwebhook registered url. required if no id passed

HEADERS

KeyDatatypeRequiredDescription
Acceptstring