Deletes the time entry for the ids.

Deprecated
Deletes the time entry for the ids. This endpoint is deprecated, please use the batch endpoint POST /timeentries/batch/delete instead. Deletes the time entries with the specified ids. <Check title="Required Permissions" icon="key">The user must have permission to access the requested resource.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The time entry ids to delete.
idslist of strings or nullOptional
The ids of the time entries, which should be deleted.

Response

No Content

Errors

400
Bad Request Error