Delete Company Code

Deletes the Company Code identified by id.

SecuritybearerAuth
Request
path Parameters
id
required
string

Unique identifier of the Company Code.

header Parameters
X-PB-Developer-Partner-ID
string

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

Responses
200

Specified Company Code has been deleted successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

delete/api/v1/companyCodes/{id}
Request samples
Response samples
application/json
{
  • "errors": [
    ]
}