---
title: "Delete a feedback record"
method: DELETE
path: "/v1/feedback-records/{id}"
tags: ["Feedback Records"]
---

# Delete a feedback record

`DELETE /v1/feedback-records/{id}`

Permanently deletes a feedback record data point

## Path parameters

- `id` string, uuid, required — Feedback Record ID (UUID)

## Response `204`

No Content

## Other responses

- `400` — Bad Request (e.g. invalid UUID)
- `404` — Not Found
- `409` — Conflict – a tenant data purge is in progress for this record's tenant (code `tenant_write_conflict`); retry after the purge completes.
- `default` — Error

## Changes

> 35 revisions in range; 4 could not be searched.

- **2026-06-26** `17c77a1a3031` — 4 warning
  - added the new `content_too_large` enum value to the `code` response property for the response status `400`
  - added the new `content_too_large` enum value to the `code` response property for the response status `404`
  - added the new `content_too_large` enum value to the `code` response property for the response status `409`
  - added the new `content_too_large` enum value to the `code` response property for the response status `default`
- **2026-06-16** `d2fa5d9f2e98` — 3 warning, 1 info
  - added the new `tenant_write_conflict` enum value to the `code` response property for the response status `400`
  - added the new `tenant_write_conflict` enum value to the `code` response property for the response status `404`
  - added the new `tenant_write_conflict` enum value to the `code` response property for the response status `default`
  - added the non-success response with the status `409`
- **2026-06-03** `6907a0a9de00` — 3 breaking, 3 warning, 18 info
  - the `instance` response's property type/format changed from `string`/`uri` to `string`/`` for status `400`
  - the `instance` response's property type/format changed from `string`/`uri` to `string`/`` for status `404`
  - the `instance` response's property type/format changed from `string`/`uri` to `string`/`` for status `default`
  - removed the optional property `errors` from the response with the `400` status
  - …20 more
- …earlier changes not shown

[Full history](https://skmtc.dev/formbricks/apis/formbricks-hub-api/changes/v1/feedback-records/:id/delete.md)

---

[API](https://skmtc.dev/formbricks/apis/formbricks-hub-api.md) · [All operations](https://skmtc.dev/formbricks/apis/formbricks-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/formbricks/formbricks-hub-api/revisions/84bba639c72b/schema)
