---
title: "Clear Seed Space Index"
method: POST
path: "/api/py/sandbox/seeding/clear-space-index"
---

# Clear Seed Space Index

`POST /api/py/sandbox/seeding/clear-space-index`

Delete every index row scoped to one sandbox space.

Without this, reset clones deleted and reseeded under fresh ids stay
searchable forever. Scoped to the caller organization's namespace.

## Request body

- ClearSpaceIndexBody
  - `space_id` string, uuid, required

## Response `200`

Successful Response

- ClearSpaceIndexResponse
  - `deleted` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
