Delete Unity app report run
Use this API to delete only the report run for provided report_name
and run_id
.
DELETE http://<unity_one_url>
/api/reports/<report_name>
/runs/<run_id>
Response sample
204 No Content
Status codes
Code | Messages |
---|---|
204 | No Content |
404 | Not found, if report_name does not exist |
500 | Internal server error. |