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."
}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."
}