Delete Insight
securityhub_delete_insight | R Documentation |
Deletes the insight specified by the InsightArn¶
Description¶
Deletes the insight specified by the InsightArn
.
Usage¶
securityhub_delete_insight(InsightArn)
Arguments¶
InsightArn |
[required] The ARN of the insight to delete. |
Value¶
A list with the following syntax:
list(
InsightArn = "string"
)
Request syntax¶
svc$delete_insight(
InsightArn = "string"
)