toggl / toggl_api_docs

Documentation for the Toggl API
1.4k stars 235 forks source link

Can't delete active time entry #391

Closed iwakoscott closed 3 years ago

iwakoscott commented 3 years ago

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?