Skip to main content
DELETE
/
employees
/
{employee}
/
working_time
Zeitkorrektur löschen
curl --request DELETE \
  --url https://{tenant}.stamp.eu/rest/employees/{employee}/working_time \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "date": "2023-12-25"
}
'
{
  "message": "Unauthenticated."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

employee
string<uuid>
required

Mitarbeiter-ID (UUID)

Body

application/json
date
string<date>
required

Response

Korrektur gelöscht