DeleteOfflineReport (Live)

Deletes a report on dynamic text ads from the server.

Attention. Disabled method. Use version 5 of the API.

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": "DeleteOfflineReport",
   "param": (int)
}

The param parameter specifies the ID of the report to delete.

Output data

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

{
   "data": 1
}