---
title: "Delete Staff User"
method: DELETE
path: "/admin/staff/{user_id}"
tags: ["Admin"]
---

# Delete Staff User

`DELETE /admin/staff/{user_id}`

Delete a staff user.
Requires admin authentication. Non-developer admins cannot delete
developer users, and no one can delete their own account.

Deletes the user and cascades to:
- Calendar records (calendars, google_calendars, calendar_events)
- User availability records (user_day_availability)
- Staff group memberships (staff_group_member)

Sets to NULL:
- Staff group created_by/updated_by references
- Customer google_workspace_admin_user_id reference

## Path parameters

- `user_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
