latestOpenAPI 3.1.0MIT2026-08-104712182.1 KB

c71c20d26559

webhooks

Unsubscribe from webhook

Unsubscribes from a certain webhook

delete/webhooks/{webhookId}

Path parameters

webhookIdinteger required

A unique ID generated by ShipStation and assigned to each webhook

Response

Webhook unsubscribed successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Webhook deleted successfully"
}