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