---
title: "Delete Email Thread Review"
method: DELETE
path: "/api/v1/email-threads/{email_thread_id}/review"
tags: ["email-thread-reviews"]
---

# Delete Email Thread Review

`DELETE /api/v1/email-threads/{email_thread_id}/review`

Remove this reviewer's verdict; another reviewer's may still stand.

## Path parameters

- `email_thread_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `404` — Email thread or review not found
- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
