---
title: "Delete an organization"
method: DELETE
path: "/v2/organizations/{org_id}"
tags: ["Organizations"]
---

# Delete an organization

`DELETE /v2/organizations/{org_id}`

Delete an organization by its ID. This deletes the organization and all
resources that belong to it, including all spaces and their contents
(projects, experiments, evaluators, models, monitors, dashboards, datasets,
annotation configs, annotation queues, custom metrics, etc.) as well
as organization-level resources such as integrations, cost configurations,
SAML identity providers, and API keys.

This operation is irreversible.

<Note>This endpoint is in beta, read more [here](https://arize.com/docs/ax/rest-reference#api-version-stages).</Note>

## Path parameters

- `org_id` string, required — A universally unique identifier (base64-encoded opaque string).

## Response `204`

Organization successfully deleted

## Other responses

- `400` — Invalid request
- `401` — Authentication is required
- `403` — Insufficient permissions to access this resource
- `404` — Not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/arize-ai/apis/arize-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-rest-api/versions/2ce448f1de13/schema)
