---
title: "Recall a Drop Report"
method: POST
path: "/PenguinStats/api/v2/report/recall"
tags: ["Report"]
---

# Recall a Drop Report

`POST /PenguinStats/api/v2/report/recall`

Recall a Drop Report by its `reportHash`. The farest report you can recall is limited to 24 hours. Recalling a report after it has been already recalled will result in an error.

## Request body

- TypesSingularReportRecallRequest
  - `reportHash` string, required

## Response `204`

Report has been successfully recalled

## Other responses

- `400` — `reportHash` is missing, invalid, or already been recalled.
- `500` — An unexpected error occurred

## Changes

- **2022-02-27** `2222bc4bbebb` — 1 info
  - endpoint added
- **2021-12-02** `8a0f5cfc9d22` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/penguin-statistics/apis/penguin-statistics-api/changes/PenguinStats/api/v2/report/recall/post.md)

---

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