---
title: "Delete Feedback Config Endpoint"
method: DELETE
path: "/api/v1/feedback-configs"
tags: ["feedback-configs"]
---

# Delete Feedback Config Endpoint

`DELETE /api/v1/feedback-configs`

Soft delete a feedback config by marking it as deleted.

The config can be recreated later with the same key (simple reuse pattern).
Existing feedback records with this key will remain unchanged.

## Query parameters

- `feedback_key` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
