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

# DeleteOfflineReport (Live)
Deletes a report on dynamic text ads from the server.

{% note alert %}

Disabled method. Use version 5 of the API.

{% endnote %}


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 {#input}

The input data structure in JSON is shown below.

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

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


## Output data {#output}

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

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

