Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!

Delete a user

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

Username of the user to delete

purge
boolean

Purge the user from the system completely

APIEmpty is an empty response

APIForbiddenError is a forbidden error response

message
string
url
string

APINotFound is a not found empty response

APIValidationError is error format response related to input validation

message
string
url
string