deleteReview
Permanently delete a review record by ID to remove content violating policy, such as spam, abuse, or PII. This action is irreversible.
Instructions
Delete a review - Permanently delete a review record by ID. Destructive - cannot be undone via API.
Use when: the review content violates policy and must be purged (spam, abuse, PII). For "hide without removing" use updateReview with review_status=3 (Declined) - preserves the audit trail.
Required: review_id.
See also: updateReview (modify without removing).
Destructive: confirm intent with the user before bulk use. No soft-delete via API - records removed are not recoverable.
Returns: { status: "success", message: "record was deleted" }. No body beyond the confirmation string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| review_id | Yes |