---
title: "Unset current index"
method: POST
path: "/api/v2/indexing/unset-current"
tags: ["IndexV2"]
---

# Unset current index

`POST /api/v2/indexing/unset-current`

Set current index unsets current index and optionally deletes it.  This will be the index that will be used when calling Hawksearch search methods

## Headers

- `X-HawkSearch-ApiKey` string, required

## Request body

- UnsetIndexParams — Unset index params
  - `DeleteAfterUnset` boolean — Determines if index should be deleted after unset

## 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)
