---
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

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
