---
title: "Suspend an employee"
method: DELETE
path: "/employees/suspend"
---

# Suspend an employee

`DELETE /employees/suspend`

## Query parameters

- `employee_id` string, required

## Response `200`

Employee suspended successfully

## Other responses

- `401` — Unauthorized — missing or invalid API key.
- `404` — Not found — the requested resource does not exist.

## Changes

- **2026-08-14** `190d4c90e3ab` — 4 warning, 2 info
  - removed the optional property `code` from the response with the `401` status
  - removed the optional property `code` from the response with the `404` status
  - removed the optional property `message` from the response with the `401` status
  - removed the optional property `message` from the response with the `404` status
  - …2 more

[Change history](https://skmtc.dev/boyahq/apis/boya-employees-api/changes/employees/suspend/delete.md)

---

[API](https://skmtc.dev/boyahq/apis/boya-employees-api.md) · [All operations](https://skmtc.dev/boyahq/apis/boya-employees-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boyahq/boya-employees-api/revisions/190d4c90e3ab/schema)
