---
title: "Create a schema indexes."
method: DELETE
path: "/api/apps/{app}/schemas/{schema}/indexes/{name}"
tags: ["Schemas"]
---

# Create a schema indexes.

`DELETE /api/apps/{app}/schemas/{schema}/indexes/{name}`

## Path parameters

- `app` string, required
- `schema` string, required
- `name` string, required

## Response `204`

Schema index deletion added to job queue.

## Other responses

- `400` — Validation error.
- `404` — Schema or app not found.
- `500` — Operation failed.

---

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