---
title: "Unblock a user"
method: DELETE
path: "/Auth/Blocks/{id}"
tags: ["Auth"]
---

# Unblock a user

`DELETE /Auth/Blocks/{id}`

**Requires permission:** *IT*

Removes an account block by id (the user can sign in again). IT only.

## Path parameters

- `id` integer, required

## Response `200`

Success - removed (or already absent)

## Other responses

- `204` — No Content
- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-07-31** `df6d21aeebe7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/Auth/Blocks/:id/delete.md)

---

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