Delete time off record
Deletes an existing time off record for one staff, using the time off id. The time off record will be marked as deleted.
Delete time off record
POST /delete-ee-time-off
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Required
Description
ee_time_off_id
numner
Time off id
customer_id
string
Parameter Example
{
"ee_time_off_id": 844,
"customer_id": 1
}Response
{
"message": "Delete Successfully"
}{
"error": "Invalid request"
}Last updated