Delete Insight
devopsguru_delete_insight | R Documentation |
Deletes the insight along with the associated anomalies, events and recommendations¶
Description¶
Deletes the insight along with the associated anomalies, events and recommendations.
Usage¶
devopsguru_delete_insight(Id)
Arguments¶
Id |
[required] The ID of the insight. |
Value¶
An empty list.
Request syntax¶
svc$delete_insight(
Id = "string"
)