---
title: "Delete an organization"
method: DELETE
path: "/orgs/{org}"
tags: ["orgs"]
---

# Delete an organization

`DELETE /orgs/{org}`

Deletes an organization and all its repositories.

The organization login will be unavailable for 90 days after deletion.

Please review the Terms of Service regarding account deletion before using this endpoint:

https://docs.github.com/enterprise-cloud@latest/site-policy/github-terms/github-terms-of-service

## Path parameters

- `org` string, required

## Response `202`

Accepted

- object

## Other responses

- `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)
