---
title: "Delete Organization"
method: DELETE
path: "/api/organization/{organization_id}"
tags: ["Organization"]
---

# Delete Organization

`DELETE /api/organization/{organization_id}`

Delete an organization by its id. The auth'ed user must be an owner of the organization to delete it.

## Path parameters

- `organization_id` string, uuid, required

## Headers

- `TR-Organization` string, uuid, required

## Response `204`

Confirmation that the organization was deleted

## Other responses

- `400` — Service error relating to deleting the organization by id

---

[API](https://skmtc.net/devflowinc/apis/trieve-api.md) · [All operations](https://skmtc.net/devflowinc/apis/trieve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/devflowinc/trieve-api/revisions/84583e7c9fc1/schema)
