:doc:`MediaLive <../../medialive>` / Client / delete_input_security_group

***************************
delete_input_security_group
***************************



.. py:method:: MediaLive.Client.delete_input_security_group(**kwargs)

  Deletes an Input Security Group

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteInputSecurityGroup>`_  


  **Request Syntax**
  ::

    response = client.delete_input_security_group(
        InputSecurityGroupId='string'
    )
    
  :type InputSecurityGroupId: string
  :param InputSecurityGroupId: **[REQUIRED]** The Input Security Group to delete

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* An Input Security Group
  
  **Exceptions**
  
  *   :py:class:`MediaLive.Client.exceptions.BadRequestException`

  
  *   :py:class:`MediaLive.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`MediaLive.Client.exceptions.ForbiddenException`

  
  *   :py:class:`MediaLive.Client.exceptions.BadGatewayException`

  
  *   :py:class:`MediaLive.Client.exceptions.NotFoundException`

  
  *   :py:class:`MediaLive.Client.exceptions.GatewayTimeoutException`

  
  *   :py:class:`MediaLive.Client.exceptions.TooManyRequestsException`

  