> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a time entry

> Permanently deletes a time entry.

### Parameters

<ParamField path="id" type="string" required>
  The ID of the time entry to delete.
</ParamField>

### Returns

Returns the deleted time entry ID on success.

<ResponseExample>
  ```json Success theme={null}
  { "id": "tme_1HPCXADYAhh5k1NMU0r1WUqs" }
  ```
</ResponseExample>
