---
title: "Delete employee accounting entries."
method: GET
path: "/employee_accounting_entry/delete"
tags: ["Time Tracking|Employee Accounting Entry"]
---

# Delete employee accounting entries.

`GET /employee_accounting_entry/delete`

This endpoint enables the deletion of employee accounting entries based on various filters. In case the `dryRun` flag is enabled, the response will be simulated,
and no live data will be altered. Please be aware that employee accounting entries have the potential to impact the time account of employees.

## Query parameters

- `employee_accounting_entries[from]` string
- `employee_accounting_entries[to]` string
- `employee_accounting_entries[byIds][]` integer[]
- `employee_accounting_entries[byEmployeeIds][]` integer[]
- `employee_accounting_entries[bySalaryTypeIds][]` integer[]
- `employee_accounting_entries[byProjectIds][]` integer[]
- `dryRun` boolean

## Response `200`

Success Response:

- StandardEmployeeAccountingEntryDeleteResponse
  - `deletedEmployeeAccountingEntries` object[] — The deleted employee accounting entries.
    - `id` integer — The internal id of the accounting entry.
    - `employee` ApiHelperResponseEmployeeReference
      - `id` integer — The internal employee ID.
      - `reference` string — The personal number. (max. 20 characters)
      - `cardNumber` string — The driver card number.
      - `importSource` string — External data source from which this employee originates. (max. 16 characters)
      - `importKey` string — External ID from the respective data source. (max. 64 characters)
    - `date` string — Represents a date. (ISO 8601) ICU-Format: yyyy-MM-dd
    - `updatedAt` string — Represents a date and a time. (ISO 8601) ICU-Format: yyyy-MM-dd'T'HH:mm:ssxxx
    - `salaryType` EmployeeAccountingEntryFetchResponseSalaryTypeItem
      - `id` integer — The internal salary type ID.
      - `name` string — The name of the salary type.
      - `type` string — The salary type.
      - `isVacation` boolean — Whether the salary type is the holiday salary type.
    - `value` number — The value of the accounting entry.
    - `valueUnit` string — The value unit of the accounting entry. | Value | Description | | ------------------------- | -------------------------------------- | | HOUR | Hours | | DAY | Days | | CURRENCY | Currency | | QUANTITY | Quantity |
    - `project` EmployeeAccountingEntryFetchResponseProjectItem
      - `id` integer — The internal project ID.
      - `reference` string — The project number.
      - `importSource` string — External data source from which this project originated.
      - `importKey` string — External ID from the respective data source.
      - `name` string — The project name.
    - `description` string — The description of the accounting entry.
    - `costCenter` string — The costCenter of the accounting entry. (max. 128 characters)

---

[API](https://skmtc.net/geocapture/apis/geocapture-api.md) · [All operations](https://skmtc.net/geocapture/apis/geocapture-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocapture/geocapture-api/versions/869b05603541/schema)
