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

API to delete a time entry #36

Open
sachinsdesai opened this issue Mar 31, 2019 · 0 comments
Open

API to delete a time entry #36

sachinsdesai opened this issue Mar 31, 2019 · 0 comments

Comments

@sachinsdesai
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants