# Delete an accounting code

Soft-deletes a GL code. Only available for businesses with a manual integration.
Any category mapped to this GL code will have its mapping cleared. Business admins and accountants will receive an `ACCOUNTING_CODE_DELETED` notification.

Endpoint: DELETE /v1/businesses/{client_id}/accounting-codes/{accounting_code_id}
Version: v1
Security: BearerAuth

## Path parameters:

  - `client_id` (integer, required)
    The ID of the business.

  - `accounting_code_id` (string, required)
    The ID of the accounting code (GL code).

