Skip to content

Delete Analyzer

accessanalyzer_delete_analyzer R Documentation

Deletes the specified analyzer

Description

Deletes the specified analyzer. When you delete an analyzer, IAM Access Analyzer is disabled for the account or organization in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.

Usage

accessanalyzer_delete_analyzer(analyzerName, clientToken)

Arguments

analyzerName

[required] The name of the analyzer to delete.

clientToken

A client token.

Value

An empty list.

Request syntax

svc$delete_analyzer(
  analyzerName = "string",
  clientToken = "string"
)