toggl / toggl_api_docs

Documentation for the Toggl API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't delete active time entry

iwakoscott opened this issue · comments

Issue: I cannot delete an active time entry using the delete entry API.

What I am doing:

Following the documentation, I am calling https://api.track.toggl.com/api/v8/time_entries/:time_entry_id using method: "DELETE" and receiving a status 200 however, I am not seeing the entry deleted. I also tried stopping the entry first and then deleting the entry without any success either. Any ideas on how to successfully delete an active time entry?