cURL
curl --request DELETE \ --url https://api.decodahealth.com/check-in/clock-in/{time_entry_id} \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data ' { "reason": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a clock-in record (soft delete by setting is_archived=True). Requires clock_in:times:edit permission. Creates an audit log entry tracking the deletion.
The tenant you are making this request on behalf of
Your api key
Successful Response