---
title: "Deletes the organization and everything it owns across the platform."
method: DELETE
path: "/organizations/{organizationId}"
tags: ["Organization"]
---

# Deletes the organization and everything it owns across the platform.

`DELETE /organizations/{organizationId}`

This cannot be undone. Every member loses access immediately and each service removes the
 organization's data; invoices already raised are kept. Responds with 409 when the
 organization still has an open invoice or a billing reconciliation in progress — settle those
 first.

## Path parameters

- `organizationId` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

## Changes

- **2026-08-31** `f5235270ce3c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rapidata/apis/rapidata-api/changes/organizations/:organizationId/delete.md)

---

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