---
title: "Desligar colaborador"
method: POST
path: "/{companyId}/banking/payroll/employees/{employeeTaxId}/deactivate"
tags: ["Colaboradores"]
---

# Desligar colaborador

`POST /{companyId}/banking/payroll/employees/{employeeTaxId}/deactivate`

Desliga (inativa) um colaborador ativo. Somente colaboradores com status `active` podem ser desligados. Após o desligamento o colaborador passa para o status `inactive`.

## Path parameters

- `companyId` string, required
- `employeeTaxId` string, required

## Request body

- DeactivateRequestDto
  - `terminationDate` string, nullable
  - `reason` string, nullable

## Response `200`

OK

- DeactivateResponseDto
  - `employeeId` string, nullable
  - `status` string, nullable
  - `terminationDate` string, nullable
  - `requestedAt` string, date-time
  - `links` DeactivateResponseLinksDto
    - `self` PayrollEmployeeLinkDto
      - `href` string, nullable
      - `method` string, nullable
      - `rel` string, nullable
    - `reactivate` PayrollEmployeeLinkDto
      - `href` string, nullable
      - `method` string, nullable
      - `rel` string, nullable

---

[API](https://skmtc.net/btgpactual/apis/folha-de-pagamentos.md) · [All operations](https://skmtc.net/btgpactual/apis/folha-de-pagamentos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/btgpactual/folha-de-pagamentos/revisions/2a24d3da114c/schema)
