post https://sellercenter-api.falabella.com/?Action=DeleteWebhook
DeleteWebhook. For a webhookId, deletes a webhook associated with the commerce.
If there is more than one webhook created with the same URL, and you wish to delete that URL, you must delete all the webhooks associated with this URL.
About the Webhook field
For the purposes of this API, the WebhookId field will be referred to as Webhook.
The body transmitted by the POST is an XML structure, where the root node Request encloses a Webhook section that requires a Webhook ID.
<?xml version="1.0" encoding="UTF-8" ?>
<Request>
<Webhook>f8bf8d09-1647-4136-b405-03c44f228cf5</Webhook>
</Request>
Errors
Error Code | Description |
---|---|
6 | E006: Unexpected internal error |
89 | E089: Required %s field is missing |
97 | E097: Field %s has a wrong value |
100 | E100: Invalid Webhook ID |
1000 | Format Error Detected |