Unsubscribe from a Webhook

Unsubscribes from a certain webhook.

To find a specific webhookId, you can make a list webhooks API call.

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 Shipstations UI in this ShipStation Webhooks KB article.

Name Data Type Description
webhookId number A unique ID generated by ShipStation and assigned to each webhook.

Required

Example Request

DELETE /webhooks/webhookId HTTP/1.1
Host: ssapi.shipstation.com
Authorization: __YOUR_AUTH_HERE__

Returns a 200 response code with no content