# Delete a time entry **DELETE /api/v1/time-entry/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters #### Path parameters - **uuid** (string) ## Responses ### 200: #### Body Parameters: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) The name of the time entry. - **description** (string) The description of the time entry. - **trackable_type** (string) The model type that is being tracked. The example given is a client, but it can be a case, firm, circle or task. - **trackable** (object) The model that is being tracked. The example given is a client, but it can be a case, firm, or task. - **start_date** (string) The start time of the time entry. - **end_date** (string) The end time of the time entry. - **is_active** (boolean) Determines if the time entry is currently ongoing. - **total_time_in_minutes** (integer) Total time in minutes. - **computed_time_elapsed_in_seconds** (integer) Computed time elapsed in seconds. - **account** (object) Who started the timer. [Powered by Bump.sh](https://bump.sh)