---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.2
alternate:
  - https://yandex.com/dev/direct/doc/dg-v4/en/reference/DeleteForecastReport.md
  - https://yandex.com/dev/direct/doc/dg-v4/ru/reference/DeleteForecastReport.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/direct/doc/dg-v4/en/llms.txt

# DeleteForecastReport
Deletes a report about the projected number of impressions, clicks and campaign spending.
You will have to delete forecast reports manually if you have exceeded the limit for the number of generated reports (five maximum) and you need to generate another one. Otherwise, reports are deleted automatically five hours after they are generated.

## Input data

The input data structure in JSON is shown below.

```javascript
{
   "method": "DeleteForecastReport",
   "param": (int)
}
```

The `param` parameter specifies the ID of the report to delete. To get the ID, use the [GetForecastList](https://yandex.com/dev/direct/doc/dg-v4/en/reference/GetForecastList.md) method.

## Output data

Returns the value 1 for successful deletion, as shown below.

```javascript
{
   "data": 1
}
```

