---
title: "Remove limited for a User"
method: DELETE
path: "/api/users/{id}/limited"
tags: ["users"]
---

# Remove limited for a User

`DELETE /api/users/{id}/limited`

Remove the limited role, restoring the user to general privileges. Requires `admin` or `moderator` role.

## Path parameters

- `id` integer, required

## Response `204`

User successfully un-limited

## Other responses

- `401` — Unauthorized
- `404` — Unknown User ID

## Changes

> 59 revisions in range; 34 could not be searched.

- **2026-07-13** (v1) `189b62b952ea` — 2 breaking
  - removed the media type `application/json` for the response with the status `401`
  - removed the media type `application/json` for the response with the status `404`
- **2023-01-10** (v1) `754f8b25f815` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/forem/apis/forem-api-v1/changes/api/users/:id/limited/delete.md)

---

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