Skip to main content
DELETE
Delete a user's feedback records

Authorizations

x-api-key
string
header
required

Management API key; must include workspaceId as an allowed workspace with read, write, or manage permission.

Query Parameters

user_id
string
required

The end-user identifier whose records to delete.

Required string length: 1 - 255
tenant_id
string<cuid2>
required

The feedback dataset to operate on (the dataset id, as shown by the MCP list_feedback_datasets tool). Required by the gateway on this operation: a missing or malformed value answers 400 before the request reaches the feedback store, and a dataset the API key's workspace is not assigned to answers 403. The two POST operations take the same value in the request body instead, and the single-record operations derive it from the record.

Response

Records deleted

deleted_count
integer
required

Number of records deleted. 0 when the user had no remaining records — the operation is idempotent.

Required range: x >= 0
message
string
required

Human-readable status message.