Terminate Unity app report run
Use this API to terminate the report generation process and update the run status as killed.
POST http://<unity_one_url>
/api/reports/<report_name>
/runs/<run_id>
?action=terminate
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. |