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

# Unblock a user

`DELETE /user/blocks/{username}`

Unblocks the given user and returns a 204.

## Path parameters

- `username` string, required

## Response `204`

Response

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-2.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-2/versions/8ae6d0c8716e/schema)
