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

Delete an organization

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

Organization that is to be deleted

APIEmpty is an empty response

APINotFound is a not found empty response