---
title: "Delete an organization"
method: DELETE
path: "/api/v1/orgs/organizations/{org_id}/"
tags: ["organizations"]
---

# Delete an organization

`DELETE /api/v1/orgs/organizations/{org_id}/`

Delete an organization by its ID.

## Path parameters

- `org_id` string, required

## Response `200`

Organization deleted successfully!

- object
  - `message` string

## Other responses

- `403` — Unauthorized.
- `404` — Organization not found.

---

[API](https://skmtc.dev/mem0/apis/mem0-api-docs.md) · [All operations](https://skmtc.dev/mem0/apis/mem0-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mem0/mem0-api-docs/revisions/062693546f67/schema)
