Shared APIs
/Billing Codes APIs
//Delete Account Code
Deletes the Account Code identified by id.
Security
bearerAuth
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/accountCodes/{id}
- Production Server (uses live data)https://api.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/accountCodes/{id}
curl -i -X DELETE \
'https://api-sandbox.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/accountCodes/{id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'X-PB-Developer-Partner-ID: string'