---
title: "Delete a specific Space"
method: POST
path: "/api/v1/deleteSpace/{spaceId}"
tags: ["Space"]
---

# Delete a specific Space

`POST /api/v1/deleteSpace/{spaceId}`

## Path parameters

- `spaceId` string, required

## Response `204`

Space deleted successfully

## Other responses

- `404` — Space not found

---

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