Deactivate Webhook
DELETE {{baseUrl}}/webhooks/unsubscribe?id=<number>&url=<string>
This endpoint allows you to unsubscribe/deactivate a webhook from the active webhooks list at your store.
:::danger[]
- You can define which webhook to delete by using
urland/oridin the query parameters. - Using
urlwill delete all registered webhooks to this URL. :::
webhooks.read_write- Webhooks Read & Write
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
id | string | Webhook ID. requiredif no URL passed. | |
url | string | Webhook registered URL. requiredif no ID is passed. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |