---
title: "Desativar funcionário"
method: PUT
path: "/v2/employees/{employee_id}/deactivate"
tags: ["conversas-v2-employees"]
---

# Desativar funcionário

`PUT /v2/employees/{employee_id}/deactivate`

Desativar o cadastro de um funcionário, impedindo seu acesso ao sistema.

## Path parameters

- `employee_id` string, hash, required

## Response `200`

Funcionário inativado

- object
  - `message` string — Mensagem de status.

## Other responses

- `400` — Bad request
- `401` — Access Token missing or invalid
- `403` — Not authorized to access such resource
- `404` — Resource not found
- `409` — Error to process request
- `500` — Internal Server Error

---

[API](https://skmtc.net/rdstation/apis/webhook-service.md) · [All operations](https://skmtc.net/rdstation/apis/webhook-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rdstation/webhook-service/revisions/3867c21388e8/schema)
