Skip to main content
DELETE
/
check-in
/
clock-in
/
{time_entry_id}
Delete Time Entry
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>"
    }
  ]
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

time_entry_id
string
required

Body

application/json
reason
string | null

Response

Successful Response