The method deletes a report by its ID.
Parameter | Type | Optional | Description |
---|---|---|---|
| String | No | The report ID |
This method returns a Boolean which is True when the report was successfully deleted.
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
}