Delete Report

TruStar.delete_report(report_id, id_type=None)

Deletes the report with the given ID.

Parameters:
  • report_id – the ID of the report to delete
  • id_type – indicates whether the ID is internal or an external ID provided by the user
Returns:

the response object

Example:

>>> response = ts.delete_report("4d1fcaee-5009-4620-b239-2b22c3992b80")