---
title: "Delete organization"
method: DELETE
path: "/organizations/{id}"
tags: ["organizations", "users"]
---

# Delete organization

`DELETE /organizations/{id}`

Deletes a Chronograf organization in the store

## Path parameters

- `id` string, required

## Response `204`

Organization successfully deleted

## Other responses

- `400` — Failed to perform operation in data store
- `403` — Forbidden to access this route
- `404` — Organization not found
- `default` — Internal server error

---

[API](https://skmtc.net/influxdata/apis/chronograf.md) · [All operations](https://skmtc.net/influxdata/apis/chronograf/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/influxdata/chronograf/revisions/ce55d963b4ac/schema)
