For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DocumentationAPI Reference
DocumentationAPI Reference
  • API Reference
      • GETGet Webhooks
      • POSTCreate a new webhook subscription
      • DELDelete an existing webhook subscription
LogoLogo
API ReferenceWebhooks

Delete an existing webhook subscription

||View as Markdown|
DELETE
https://sandbox-api.shipbob.com/2.0/webhook/:id
DELETE
/2.0/webhook/:id
$curl -X DELETE https://sandbox-api.shipbob.com/2.0/webhook/1 \
> -H "Authorization: Bearer <token>"
1{}
Was this page helpful?
Previous

Create a new webhook subscription

Next

Get All Inventory Levels Grouped By Lot

Built with

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Path parameters

idintegerRequired

Response

Success

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error