Skip to content
Get started

Terminate employee

delete/v1/employees/{employee_id}

Terminates a specific employee. This sets the employee's active status to false and records a termination date. The employee record is not permanently deleted for compliance reasons.

Path ParametersExpand Collapse
employee_id: string
Terminate employee
curl https://api.vitablehealth.com/v1/employees/$EMPLOYEE_ID \
    -X DELETE \
    -H "Authorization: Bearer $VITABLE_connect_API_API_KEY"
Returns Examples