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
Example response
{
"success": true,
"message": "Webhook deleted successfully"
}