---
title: "Delete item"
method: POST
path: "/api/v2/indexing/delete"
tags: ["IndexV2"]
---

# Delete item

`POST /api/v2/indexing/delete`

Removes a single item from a specific index based on its id

## Headers

- `X-HawkSearch-ApiKey` string, required

## Request body

- DeleteParams — Deleting index item params
  - `IndexName` string — Index used for delete operation
  - `Id` string — Document id

## Response `200`

OK

- object

---

[API](https://skmtc.net/hawksearch/apis/hawksearch-elasticsearch-indexingapi.md) · [All operations](https://skmtc.net/hawksearch/apis/hawksearch-elasticsearch-indexingapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hawksearch/hawksearch-elasticsearch-indexingapi/versions/24cba7bf3468/schema)
