This endpoint deletes a webhook subscription.
curl --request DELETE \
--url https://api.shipbob.com/2025-07/webhook/{id} \
--header 'Authorization: Bearer <token>'
Authentication using Personal Access Token (PAT) token
This is the id of the webhook subscription to delete
Success
Was this page helpful?
curl --request DELETE \
--url https://api.shipbob.com/2025-07/webhook/{id} \
--header 'Authorization: Bearer <token>'