---
title: "Remove admin status"
method: POST
path: "/users/remove-admin"
tags: ["Users"]
---

# Remove admin status

`POST /users/remove-admin`

Revokes admin privileges from a user.

## Request body

- object
  - `userId` string — Preferred unique user identifier.
  - `username` string — Legacy fallback identifier.

## Response `200`

Admin status removed from user.

## Other responses

- `400` — User ID or username is required, or cannot remove your own admin status.
- `403` — Not authorized.
- `404` — User not found.
- `500` — Failed to remove admin status.

---

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