---
title: "Bulk delete feedback records by user ID"
method: DELETE
path: "/v1/feedback-records"
tags: ["Feedback Records"]
---

# Bulk delete feedback records by user ID

`DELETE /v1/feedback-records`

Permanently deletes feedback record data points matching the specified user_id. Omit tenant_id to delete that user_id across all tenants for GDPR Article 17 (Right to Erasure) requests. Provide tenant_id to restrict deletion to that tenant only.

## Query parameters

- `user_id` string, required — Delete records matching this user ID (required). NULL bytes not allowed.
- `tenant_id` string — Optional tenant scope. Omit this parameter to delete all records matching user_id across tenants; provide it to delete only records for this tenant. Empty strings and NULL bytes are not allowed.

## Response `200`

OK

- BulkDeleteFeedbackRecordsOutputBody
  - `deleted_count` integer, required — Number of records deleted
  - `message` string, required — Human-readable status message

## Other responses

- `400` — Bad Request (e.g. validation error on query parameters)
- `default` — Error

## Changes

- **2026-04-30** `2fe8dc460c4d` — 1 breaking, 2 info
  - for the `query` request parameter `tenant_id`, the minLength was increased from `0` to `1`
  - the `type` response's property default value `about:blank` was removed for the status `400`
  - the `type` response's property default value `about:blank` was removed for the status `default`
- **2026-04-27** `af1436caa1b4` — 1 breaking, 1 warning
  - added the new required `query` request parameter `user_id`
  - deleted the `query` request parameter `user_identifier`
- **2026-03-05** `7af2577fe592` — 1 info
  - added the non-success response with the status `400`

[Change history](https://skmtc.dev/formbricks/apis/formbricks-hub-api/changes/v1/feedback-records/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/2fe8dc460c4d/schema)
