---
title: "Delete Organization"
method: DELETE
path: "/v1/orgs/{id}"
tags: ["Organizations"]
---

# Delete Organization

`DELETE /v1/orgs/{id}`

Deletes an organization and all cascading dependencies. Requires Org Admin.

## Path parameters

- `id` string, uuid, required

## Response `204`

Deleted successfully (No Content)

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/px0-ai/apis/px0-api.md) · [All operations](https://skmtc.net/px0-ai/apis/px0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/px0-ai/px0-api/revisions/3ed72443989d/schema)
