Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

API to delete a time entry #36

@sachinsdesai

Description

@sachinsdesai

It seems like Toggl allows deletion of specific time entries. But I could not find the API in this package to delete specific time entries. In fact, if I have to delete a bunch of time entries, it seems like the only way to do it is save all the entries, wipe the whole data base clean (thru bulk edit directly on toggl.com) and then restore the ones that I want to thru a series of create-entry calls.

It should be possible to do an API in this package that takes the following fields and deletes the entry:

workspace_id
client_id
description
project
start_time
optionally, tag and duration too

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions