---
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-deployment-control-plane-api.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith-deployment-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith-deployment-control-plane-api/revisions/a0cd098699b4/schema)
