args: - description: 'The type of deletion - soft allows restoring, hard does not.' name: delete_type auto: PREDEFINED predefined: - soft - hard - description: 'The brand from which to delete this email. The default value is the incident using brand.' name: delete_from_brand - description: 'Argument used for the generic polling flow within the security and compliance search.' name: search_name - description: 'Argument used for the MS Graph eDiscovery polling flow to hold the case ID. Should not be set by the user.' name: case_id hidden: true - description: 'Argument used for the MS Graph eDiscovery polling flow to hold the search ID. Should not be set by the user.' name: search_id hidden: true - auto: PREDEFINED description: Whether to use the Cortex XSOAR built-in polling to retrieve the result when it's ready. name: polling predefined: - 'true' - 'false' - description: Interval in seconds between each poll. name: interval_in_seconds comment: 'Use this script to delete a reported phishing email from the mailbox it was reported to.' commonfields: id: DeleteReportedEmail version: -1 name: DeleteReportedEmail polling: true outputs: - contextPath: DeleteReportedEmail.result description: 'Whether the deletion operation was successful, skipped, or failed.' type: String - contextPath: DeleteReportedEmail.deletion_failure_reason description: 'The reason for the failure if the deletion operation failed or was skipped.' type: String - contextPath: DeleteReportedEmail.delete_type description: 'Whether the deletion operation was hard or soft.' type: String - contextPath: DeleteReportedEmail.using_brand description: 'The email service that was used to delete the email.' type: String - contextPath: DeleteReportedEmail.email_subject description: 'The subject of the deleted email.' type: String - contextPath: DeleteReportedEmail.message_id description: 'The message ID of the deleted email.' type: String script: '-' tags: - basescript timeout: '0' type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 fromversion: '6.1.0' tests: - No tests (auto formatted)