---
title: "Unlink Org Workos"
method: DELETE
path: "/api/admin/organizations/{org_id}/workos"
tags: ["admin"]
---

# Unlink Org Workos

`DELETE /api/admin/organizations/{org_id}/workos`

Sever the local org's link to its WorkOS Organization.

Platform-admin-only emergency tool for rolling back accidental
bootstraps. Best-effort deletes the WorkOS Organization (so we don't
leak orphans into our WorkOS account) and clears the local pointer.
A WorkOS deletion failure (e.g. already deleted via the dashboard,
rate limit, or transient network error) does not block the local
unlink — staff can always re-run the bootstrap to relink.

Local memberships are NOT touched: members keep their seats, but
further logins fall back to the personal-Google flow until the org
is linked again.

## Path parameters

- `org_id` integer, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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