Logo
Ecartapi.com Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 
ecommerce
boolean



HEADERS

Key Datatype Required Description 
Authorization
string
null




RESPONSES

status OK

{ "success": true }



Curl
curl -X DELETE 'localhost:3000/api/v1/webhooks/subscriptionId?ecommerce=true?ecommerce=true' -H 'Authorization: access_token' -H ': '

ENDPOINTS