DeleteWordstatReport

Deletes a search query statistics report.

Reports are automatically deleted five hours after they were created. Reports need to be deleted manually if you have generated the maximum number of reports (five) and you need to generate a new report.

Input data

The input data structure in JSON is shown below.

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

The param parameter specifies the ID of the report to delete. You can get the report ID using the GetWordstatReportList method.

Output data

Returns 1 when the report was deleted successfully, as shown in the following example.

{
   "data": 1
}