IoT / Client / delete_account_audit_configuration
delete_account_audit_configuration#
- IoT.Client.delete_account_audit_configuration(**kwargs)#
- Restores the default settings for Device Defender audits for this account. Any configuration data you entered is deleted and all audit checks are reset to disabled. - Requires permission to access the DeleteAccountAuditConfiguration action. - See also: AWS API Documentation - Request Syntax - response = client.delete_account_audit_configuration( deleteScheduledAudits=True|False ) - Parameters:
- deleteScheduledAudits (boolean) – If true, all scheduled audits are deleted. 
- Return type:
- dict 
- Returns:
- Response Syntax - {}- Response Structure - (dict) – 
 
 - Exceptions - IoT.Client.exceptions.InvalidRequestException
- IoT.Client.exceptions.ResourceNotFoundException
- IoT.Client.exceptions.ThrottlingException
- IoT.Client.exceptions.InternalFailureException