DELETE
/
webhook
/
{id}
Delete Subscription
curl --request DELETE \
  --url https://api.shipbob.com/2025-07/webhook/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Path Parameters

id
string
required

This is the id of the webhook subscription to delete

Response

204

Success