matthewdowney / TogglPy

TogglPy is a non-cluttered, easily understood and implemented python library for interacting with the Toggl API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API to delete a time entry

sachinsdesai opened this issue · comments

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