:doc:`IoTEvents <../../iotevents>` / Client / delete_input

************
delete_input
************



.. py:method:: IoTEvents.Client.delete_input(**kwargs)

  

  Deletes an input.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotevents-2018-07-27/DeleteInput>`_  


  **Request Syntax**
  ::

    response = client.delete_input(
        inputName='string'
    )
    
  :type inputName: string
  :param inputName: **[REQUIRED]** 

    The name of the input to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

  
  *   :py:class:`IoTEvents.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`IoTEvents.Client.exceptions.ResourceInUseException`

  