Delete Account Code

Deletes the Account Code identified by id.

SecuritybearerAuth
Request
path Parameters
id
required
string

Unique identifier of the Account Code.

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

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

Responses
200

Specified Account Code has been deleted successfully.

400

Invalid request.

401

The request could not be authorized.

500

Internal Server Error

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