# 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.
    Example: 123

  - `accounting_code_id` (string, required)
    The ID of the accounting code (GL code).
    Example: "3fa85f64-5717-4562-b3fc-2c963f66afa6"


## Response 204 fields

## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields
