---
title: "Deletes the time entry with the specified ids."
method: POST
path: "/timeentries/delete"
tags: ["timeEntries"]
---

# Deletes the time entry with the specified ids.

`POST /timeentries/delete`

This endpoint is deprecated, please use the batch endpoint POST /timeentries/batch/delete instead.
            
             Deletes the time entries with the specified ids.
             Depending on the time entry, the calling users has to have several permissions to delete the time entries.
             No permissions are required if the calling user is owner of this time entry.
             If the calling user is not the creator of the time entry and the time entry is connected to a project, 'write'
             permissions
             on the 'project-timetracking' feature are necessary.
             If the time entry is connected to a task, the user needs to be assignee of this task or the user needs permissions on:
             'project-planning-data' if it is a project task.
             If the time entry is billed, Admin permissions are required.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Headers

- `Authorization` string, required

## Request body

- DeleteTimeEntriesForm
  - `ids` string[], nullable — The ids of the time entries, which should be deleted.

## Response `204`

No Content

- object

## Other responses

- `400` — Bad Request

---

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