Pitney Locker APIs
/Locker Webhook APIs
//
Delete Webhook
This operation delete the webhook
Security
bearerAuth
- Sandbox Server for Webhook API'shttps://api-sandbox.sendpro360.pitneybowes.com/webhook/api/v1/webhookConfig/{webHookConfigID}
- Production Server for Webhook API's (uses live data)https://api.sendpro360.pitneybowes.com/webhook/api/v1/webhookConfig/{webHookConfigID}
curl -i -X DELETE \
'https://api-sandbox.sendpro360.pitneybowes.com/webhook/api/v1/webhookConfig/{webHookConfigID}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'