Feedback Records
Bulk delete feedback records by user identifier
Permanently deletes all feedback record data points matching the specified user_identifier. This endpoint supports GDPR Article 17 (Right to Erasure) requests.
delete/v1/feedback-records
Query parameters
user_identifierstring required
Delete all records matching this user identifier (required). NULL bytes not allowed.
Example:user-abc-123
Delete all records matching this user identifier (required). NULL bytes not allowed.
tenant_idstring
Filter by tenant ID (optional, for multi-tenant deployments). NULL bytes not allowed.
Example:org-123
Filter by tenant ID (optional, for multi-tenant deployments). NULL bytes not allowed.
Response
OK