Delete
Delete a Time Off Record
DELETE- /v2/companies/<company_id>/people/<person_id>/time-off/<time_off_Id>
Responses:
Successful Response
When a Time Off record is deleted, the ID of the deleted record is returned.
{
"data": {
"id": "c70b3873-b323-48ef-8255-03daef250057"
}
}
{
"data": {
"id": "c70b3873-b323-48ef-8255-03daef250057"
}
}
Updated about 1 year ago