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.

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

The param parameter specifies the ID of the report to delete. To get the ID, use the GetForecastList method.

Output data

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

{
   "data": 1
}