---
title: "Delete space"
method: DELETE
path: "/spaces/{space_id}"
tags: ["spaces"]
---

# Delete space

`DELETE /spaces/{space_id}`

Delete a space and all its memories permanently

## Path parameters

- `space_id` string, required

## Query parameters

- `confirm` boolean — Confirmation required to delete space

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/memara/apis/memara-api.md) · [All operations](https://skmtc.net/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memara/memara-api/versions/4dc7c4418845/schema)
