Skip to main content

deleteReport

The method deletes a report by its ID.

Parameters

Parameter

Type

Optional

Description

reportId

String

No

The report ID

Return value

This method returns a Boolean which is True when the report was successfully deleted.

Example

Request:

  {
       "params": {
           "reportId": "5638d7f8b1a43d49137b23c9"
       },
       "jsonrpc": "2.0",
       "method": "deleteReport",
       "id": "787b5e36-89a8-4353-88b9-6b7a32e9c87g"
  }  

Response:

  {
      "id": "787b5e36-89a8-4353-88b9-6b7a32e9c87f",
      "jsonrpc":"2.0",
      "result": True
  }