Site Logo

🎉 ShipEngine is becoming ShipStation API 🎉

Over the next few months you'll notice the ShipEngine website, documentation portal, and dashboard being rebranded as ShipStation API. For our ShipEngine customers, you don't need to take any action or change any of your integrations in any way. All endpoints will remain the same and continue to function as they always have.

To learn more about what's coming, review our New ShipStation API page.

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 user the DELETE method with the webhook endpoint.

DELETE /v1/environment/webhooks/:webhook_id

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.