---
title: "Delete Organisation"
method: DELETE
path: "/me/organisations/{organisation_id}"
tags: ["User API"]
---

# Delete Organisation

`DELETE /me/organisations/{organisation_id}`

Soft delete an organisation. Only its creator may do this.

## Path parameters

- `organisation_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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