---
title: "Remove Employee"
method: DELETE
path: "/manager/employees/{employee_id}"
tags: ["manager"]
---

# Remove Employee

`DELETE /manager/employees/{employee_id}`

Remove a person: an admin is removed outright, a technician is converted
to a back-office sender. Manager's own org only.

## Path parameters

- `employee_id` string, uuid, required

## Response `200`

Successful Response

- EmployeeRemovalResponse
  - `message` string, required
  - `employee_id` string, required
  - `twilio_phone_number` string, nullable
  - `backoffice_display_name` string, nullable
  - `alias_email` string, nullable
  - `trade_email_sync_failed` boolean

## Other responses

- `404` — Not found
- `422` — Validation Error

## Changes

- **2026-09-16** `c14a8fc770d0` — 1 info
  - added the optional property `trade_email_sync_failed` to the response with the `200` status
- **2026-09-09** `a786fa3c27df` — 2 info
  - added the optional property `alias_email` to the response with the `200` status
  - added the optional property `backoffice_display_name` to the response with the `200` status

[Change history](https://skmtc.dev/noso/apis/crucible-backend-api/changes/manager/employees/:employee_id/delete.md)

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc.dev/noso/apis/crucible-backend-api/revisions/d1993647e543?raw)
