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

# Delete Retriever

`DELETE /api/v1/retrievers/{retriever_id}`

Delete a Retriever by ID.

## Path parameters

- `retriever_id` string, uuid, required

## Query parameters

- `project_id` string, uuid, nullable
- `organization_id` string, uuid, nullable

## Cookies

- `session` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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