Deactivate Webhook

DELETE https://api.salla.dev/admin/v2/webhooks/unsubscribe?id=<number>&url=<string>

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.

Request Params

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

HEADERS

KeyDatatypeRequiredDescription
Acceptstring