---
title: "Remove organization"
method: DELETE
path: "/v1/organizations/{id}"
tags: ["Organization"]
---

# Remove organization

`DELETE /v1/organizations/{id}`

Soft deletes an organization by its ID. The organization will be marked as deleted but data will be preserved. Only organization administrators can perform this operation. Any associated permissions, subscriptions, and references from teams and documents will be handled appropriately.

## Path parameters

- `id` string, required

## Response `200`

Organization removed successfully

## Other responses

- `400` — Bad request (e.g., organization not found)
- `401` — Not authorized
- `403` — Invalid permission (e.g., not admin)

---

[API](https://skmtc.net/timesheet/apis/timesheet-api.md) · [All operations](https://skmtc.net/timesheet/apis/timesheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timesheet/timesheet-api/versions/fbe59bacb638/schema)
