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

# Bulk delete feedback records by user identifier

`DELETE /v1/feedback-records`

Permanently deletes all feedback record data points matching the specified user_identifier. This endpoint supports GDPR Article 17 (Right to Erasure) requests.

## Query parameters

- `user_identifier` string, required — Delete all records matching this user identifier (required). NULL bytes not allowed.
- `tenant_id` string — Filter by tenant ID (optional, for multi-tenant deployments). NULL bytes not allowed.

## Response `200`

OK

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

## Other responses

- `default` — Error

---

[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/a5a2961cda7b/schema)
