---
title: "Delete organization"
method: DELETE
path: "/org/{org_id}"
tags: ["Organizations"]
---

# Delete organization

`DELETE /org/{org_id}`

This endpoint lets you delete an organization. You need to have `WRITE` access on your provider. When an organization gets deleted all the resources linked to it are deleted (users and businesses). If the organization still has businesses or users, it would raise an error if you do not indicate `force="True"` in the JSON body.

## Path parameters

- `org_id` integer, required

## Query parameters

- `force` boolean — Force the deletion of organization even if there are still users and business linked to it

## Response `200`

OK

- object — Response object
  - `status` 'success' — Request status
  - `org_id` integer — Unique identifier of an organization in Partoo.

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
