---
title: "Unblock a user"
method: DELETE
path: "/orgs/{org}/blocks/{username}"
tags: ["organization"]
---

# Unblock a user

`DELETE /orgs/{org}/blocks/{username}`

## Path parameters

- `org` string, required
- `username` string, required

## Response `204`

APIEmpty is an empty response

## Other responses

- `404` — APINotFound is a not found empty response
- `422` — APIValidationError is error format response related to input validation

---

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