Unsubscribes from a certain webhook. You need the webhookId to unsubscribe from a webhook.
NOTE
To view and edit your webhooks via the application UI, log in to ShipStation and go to Settings > Integrations > Integration Partners under Integrations in the Account Settings.
Learn more about webhooks in ShipStation's UI in this ShipStation Webhooks KB article.
- Production Serverhttps://ssapi.shipstation.com/webhooks/{webhookId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
-u <username>:<password> \
https://ssapi.shipstation.com/webhooks/123456Loading...