Skip to content

Delete Company Code

Request

Deletes the Company Code identified by id.

Security
bearerAuth
Path
idstringrequired

Unique identifier of the Company Code.

Headers
X-PB-Developer-Partner-IDstring

Developer Partner ID. Not required if the developer is the only partner.

curl -i -X DELETE \
  'https://api-sandbox.sendpro360.pitneybowes.com/costaccountmgmt/api/v1/companyCodes/{id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'X-PB-Developer-Partner-ID: string'

Responses

Specified Company Code has been deleted successfully.

Response
No content