Authorizations
Authentication using Personal Access Token (PAT) token
Path Parameters
This is the id of the webhook subscription to delete
Response
Success
This endpoint deletes a webhook subscription.
curl --request DELETE \
--url https://sandbox-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
curl --request DELETE \
--url https://sandbox-api.shipbob.com/2025-07/webhook/{id} \
--header 'Authorization: Bearer <token>'