v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
timeEntries

Deletes the time entry with the specified ids.

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>

post/timeentries/delete

Headers

Authorizationstring required

Bearer authentication

Request body

idsstring[] nullable

The ids of the time entries, which should be deleted.

Response

No Content

object required