---
title: "Remove a Connected Account from a Space"
method: POST
path: "/spaces/remove_connected_account"
---

# Remove a Connected Account from a Space

`POST /spaces/remove_connected_account`

Removes a [connected account](/core-concepts/connected-accounts) from a specific space.

## Request body

- object
  - `connected_account_id` string, uuid, required — ID of the connected account that you want to remove from the space.
  - `space_id` string, uuid, required — ID of the space from which you want to remove the connected account.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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