Skip to content
Last updated

Unsubscribe from a Webhook

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.

curl -i -X DELETE \
  -u <username>:<password> \
  https://ssapi.shipstation.com/webhooks/123456
Loading...