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

# Delete Organization Endpoint

`DELETE /api/v1/organizations/{organization_id}`

## Path parameters

- `organization_id` string, required

## Query parameters

- `delete_users` boolean

## Response `200`

Successful Response

- DeleteOrganizationResponse
  - `organization_id` string, required — Organization that was deleted.
  - `deleted_user_count` integer, required — Number of user rows deleted alongside the org. Zero unless `delete_users=true`.

---

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