Delete a time entry Run in API Explorer
Ask AI
DELETE
/api/v1/time-entry/{uuid}
curl \
--request DELETE 'https://api.plannrcrm.com/api/v1/time-entry/6ff8f7f6-1eb3-3525-be4a-3932c805afed' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"uuid": "f4cba24b-da30-41aa-bd2a-c92d260ac790",
"created_at": "2026-08-19T09:59:01+01:00",
"updated_at": "2026-08-19T09:59:01+01:00",
"name": "Research",
"description": "This is a description.",
"trackable_type": "Client",
"trackable": {
"uuid": "4cace00a-86ea-42ea-b580-b2e70def0d4a",
"created_at": "2026-08-19T09:59:01+01:00",
"updated_at": "2026-08-19T09:59:01+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"external_references": {
"uuid": "1d441f7d-f37e-404e-8a0b-63729124f7be",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
},
"start_date": "2026-08-19T09:09:01+01:00",
"end_date": "2026-08-19T09:37:01+01:00",
"is_active": true,
"total_time_in_minutes": 28,
"computed_time_elapsed_in_seconds": 1680,
"account": {
"uuid": "87dbe8f0-e6f6-4dac-ba1f-e8f0cc3d67bf",
"created_at": "2026-08-19T09:59:01+01:00",
"updated_at": "2026-08-19T09:59:01+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"external_references": {
"uuid": "1d441f7d-f37e-404e-8a0b-63729124f7be",
"created_at": "2026-08-19T09:59:10+01:00",
"updated_at": "2026-08-19T09:59:10+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
}