---
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.

---

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