---
title: "Delete Employee"
method: DELETE
path: "/v1/employees/{employeeId}"
tags: ["Employees"]
---

# Delete Employee

`DELETE /v1/employees/{employeeId}`

Delete an employee from the system. Cannot delete employees with existing orders.

## Path parameters

- `employeeId` string, required

## Response `200`

Employee deleted successfully

- object — Employee deleted successfully
  - `success` boolean, required
  - `message` string, required

## Other responses

- `400` — Validation error or employee has existing orders
- `401` — Authentication error
- `404` — Employee not found
- `500` — Server error

---

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