action contract_p_delete_report_resource { label: "Delete a report" description: "Delete the given report.\n\n**WARNING** This will completely remove the report, this is not recoverable\n\n**Permission required:** edit_reports" provider: contract_p method: DELETE path: "/reports/{report_id}" encoding: json output: { type: "object" additionalProperties: true } }