:doc:`IoT <../../iot>` / Client / delete_scheduled_audit

**********************
delete_scheduled_audit
**********************



.. py:method:: IoT.Client.delete_scheduled_audit(**kwargs)

  

  Deletes a scheduled audit.

   

  Requires permission to access the `DeleteScheduledAudit <https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions>`__ action.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-2015-05-28/DeleteScheduledAudit>`_  


  **Request Syntax**
  ::

    response = client.delete_scheduled_audit(
        scheduledAuditName='string'
    )
    
  :type scheduledAuditName: string
  :param scheduledAuditName: **[REQUIRED]** 

    The name of the scheduled audit you want to delete.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`IoT.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`IoT.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`IoT.Client.exceptions.ThrottlingException`

  
  *   :py:class:`IoT.Client.exceptions.InternalFailureException`

  