Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!
This is the documentation of the next version, still under development. See the latest release.

Unblock a user

DELETE
/user/blocks/{username}
curl --request DELETE \
--url https://gitea.com/api/v1/user/blocks/example \
--header 'Authorization: Basic <credentials>'
username
required
string

Username of the user to unblock

APIEmpty is an empty response

APINotFound is a not found empty response

APIValidationError is error format response related to input validation

message
string
url
string