---
title: "Terminate an employee"
method: POST
path: "/employees/{employee_id}/terminate"
tags: ["Employees"]
---

# Terminate an employee

`POST /employees/{employee_id}/terminate`

## Request body

- object
  - `effective_from` string, date, required
  - `termination_type_id` integer, required
  - `termination_reason_id` integer, required
  - `eligible_for_rehire` boolean, required
  - `comment` string

## Response `200`

OK

- object

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/revisions/ff612e61a4c3/schema)
