Skip to main content
DELETE
/
v1
/
time-entries
/
{id}
Delete a time entry
curl --request DELETE \
  --url https://api.plane.com/v1/time-entries/{id} \
  --header 'Authorization: Bearer <token>'
{ "id": "tme_1HPCXADYAhh5k1NMU0r1WUqs" }

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.

Parameters

id
string
required
The ID of the time entry to delete.

Returns

Returns the deleted time entry ID on success.
{ "id": "tme_1HPCXADYAhh5k1NMU0r1WUqs" }