---
title: "Delete Retriever"
method: DELETE
path: "/v1/retrievers/{retriever_id}"
tags: ["Retrievers"]
---

# Delete Retriever

`DELETE /v1/retrievers/{retriever_id}`

Delete a retriever and all its resources comprehensively.

Deletes:
- Published retrievers
- Execution history
- Interactions (user feedback)
- Evaluations
- Cache entries
- Retriever metadata

The deletion is performed synchronously and returns when complete.

## Path parameters

- `retriever_id` string, required — Retriever ID or name.

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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