Delete native webhook (use guide))
DELETE localhost:3000/api/v1/webhooks/{{subscriptionId}}?ecommerce=true
Just use it if get webhook resource doesn't find the webhook in our system but continues existing in Amazon when using the param e-commerce=true
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ecommerce | boolean |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
`` | null |
RESPONSES
status: OK
{"success":true}