IAM.Client.
delete_policy
(**kwargs)¶Deletes the specified managed policy.
Before you can delete a managed policy, you must first detach the policy from all users, groups, and roles that it is attached to. In addition, you must delete all the policy's versions. The following steps describe the process for deleting a managed policy:
For information about managed policies, see Managed policies and inline policies in the IAM User Guide .
See also: AWS API Documentation
Request Syntax
response = client.delete_policy(
PolicyArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the IAM policy you want to delete.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference .
Exceptions
IAM.Client.exceptions.NoSuchEntityException
IAM.Client.exceptions.LimitExceededException
IAM.Client.exceptions.InvalidInputException
IAM.Client.exceptions.DeleteConflictException
IAM.Client.exceptions.ServiceFailureException