# DELETE /reputation/reviews/:id

**Resource:** [Reputation](./reputation.md)  
**Scopes:** `reputation:delete`  
**Write operation:** yes

Permanently delete a review. If the review was published, the profile overall_rating and total_reviews are recalculated.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | string | yes | Review UUID |

## Request example

```bash
curl -X DELETE https://ucqwijexmjctglmrxlej.supabase.co/functions/v1/api/v1/reputation/reviews/e14dad66-b422-42d4-a636-cd17af1c9970 \
  -H "Authorization: Bearer tp_live_..."
```

## Response example

```json
204 No Content
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`