Site Logo

Delete a Webhook

To remove a webhook for an event, you'll need to reference the webhook_id, which can be found when you List Web Hooks Once you've obtained the webhook_id, you'll make a DELETE call to the webhook endpoint like so.

1
2
3
DELETE /v1/environment/webhooks/5491 HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__

You will receive a HTTP 204, (No Content) response if deleting the web hook was successful.