Skip to main content
POST
/
api
/
timeclock
/
timechecks.delete
Delete a timecheck
curl --request POST \
  --url https://api.example.com/api/timeclock/timechecks.delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "872815618512410358"
}
'

Documentation Index

Fetch the complete documentation index at: https://api.tipee.ch/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
id
string<snowflake>
required
Example:

"872815618512410358"

Response

204

Timecheck deleted