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
| Key | Datatype | Required | Description |
|---|---|---|---|
id | string | webhook id. required if no url passed | |
url | string | webhook registered url. required if no id passed |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |