time_tracking.write scope. Callers without the Edit all timesheets permission can only delete their own entries. If the entry's date falls inside a closed accounting period, the deletion is rejected and the response body is {"error": true, "errors": {"date": "<reason>"}}.Authorization: Bearer ********************curl --location --globoff --request DELETE 'https://.daftara.com/api2/time_tracking/' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"code": 200,
"result": "successful",
"message": "Time has been deleted"
}