---
title: "Abandon Founding"
method: POST
path: "/founding/{founding_id}/abandon"
tags: ["founding"]
---

# Abandon Founding

`POST /founding/{founding_id}/abandon`

Start over: flip to ``abandoned``, which frees the handle reserve.

Only from an OPEN status — a founded company is not something a page button
should be able to walk back, and abandoning a ``rejected`` row would lose the
distinction the two statuses exist to keep.

## Path parameters

- `founding_id` string, uuid, required

## Response `200`

Successful Response

- FoundingResponse
  - `id` string, required
  - `status` string, required
  - `idea` string, required
  - `name` string, nullable, required
  - `handle` string, nullable, required
  - `company_id` string, nullable, required
  - `session_id` string, nullable, required
  - `error` string, nullable, required
  - `interrupt_requested_at` string, date-time, nullable
  - `kind` string

## Other responses

- `422` — Validation Error

---

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