Skip to content

Delete Account Code

Request

Deletes the Account Code identified by id.

Security
bearerAuth
Path
idstringrequired

Unique identifier of the Account Code.

Headers
X-PB-Developer-Partner-IDstring

This is the Developer Partner ID. When the developer is the only partner, this field is not required.

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'

Responses

Specified Account Code has been deleted successfully.

Response
No content