Delete a time entry
Headers
-
Content-Type string
-
Accept string
Path parameters
-
The ID of the time entry.
DELETE /api/v1/time-entry/{id}
curl \
-X DELETE https://api.plannrcrm.com/api/v1/time-entry/id \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response examples (200)
{
"name": "Research",
"uuid": "cae04c4d-7361-48af-b5da-f961a1386e23",
"end_date": "2024-11-20T13:24:02+00:00",
"is_active": "1",
"trackable": "Client",
"start_date": "2024-11-20T13:24:02+00:00"
}