---
title: "Delete a specific Item within a specific Space."
method: POST
path: "/api/v1/deleteItem/{spaceId}/{itemId}"
tags: ["Item"]
---

# Delete a specific Item within a specific Space.

`POST /api/v1/deleteItem/{spaceId}/{itemId}`

## Path parameters

- `spaceId` string, required
- `itemId` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — 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)
