---
title: "Say why the organization is being deleted"
method: POST
path: "/orgs/current/exit-feedback"
tags: ["Organizations"]
---

# Say why the organization is being deleted

`POST /orgs/current/exit-feedback`

Optional, owner-only. Sent just before deleting the organization. Stored anonymously, with no organization or user id.

## Request body

- object
  - `reason` 'missing_feature' | 'too_expensive' | 'switched' | 'not_needed' | 'too_hard' | 'quality' | 'just_testing' | 'other', required
  - `comment` string, nullable, required

## Response `200`

Feedback recorded

- object
  - `data` object, required
    - `recorded` boolean, required

## Other responses

- `403` — Not the organization owner

## Changes

- **2026-09-27** `421a5a241a64` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/orgs/current/exit-feedback/post.md)

---

[API](https://skmtc.dev/rendobar/apis/rendobar-api.md) · [All operations](https://skmtc.dev/rendobar/apis/rendobar-api/llms.txt) · [OpenAPI document](https://skmtc.dev/rendobar/apis/rendobar-api/revisions/421a5a241a64?raw)
