time_entry_delete | R Documentation |
Delete a time entry
time_entry_delete(time_entry_id = NULL)
time_entry_id |
Time entry ID |
A Boolean: TRUE
on success or FALSE
on failure.
## Not run:
set_api_key(Sys.getenv("CLOCKIFY_API_KEY"))
time_entry_delete("612c7bd2a34530476ab25c67")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.