Skip to main content
DELETE
/
2025-07
/
webhook
/
{id}
Delete Subscription
curl --request DELETE \
  --url https://gateway-dev.shipbob.dev/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

Success

Last modified on December 19, 2025