---
title: "Delete a store"
method: DELETE
path: "/v1/stores/{store_identifier}"
tags: ["stores"]
---

# Delete a store

`DELETE /v1/stores/{store_identifier}`

Delete a store by ID or name.

Args:
    store_identifier: The ID or name of the store to delete.

Returns:
    Store: The response containing the deleted store details.

## Path parameters

- `store_identifier` union, required — The ID or name of the store to delete
  - string
  - string, uuid

## Response `200`

The details of the deleted store

- StoreDeleted — Response model for store deletion.
  - `id` union, required — ID of the deleted store
    - string
    - string, uuid
  - `deleted` boolean, required — Whether the deletion was successful
  - `object` 'store' — Type of the deleted object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/revisions/2eece97b5ae5/schema)
