:doc:`ApiGatewayV2 <../../apigatewayv2>` / Client / delete_integration_response

***************************
delete_integration_response
***************************



.. py:method:: ApiGatewayV2.Client.delete_integration_response(**kwargs)

  

  Deletes an IntegrationResponses.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/apigatewayv2-2018-11-29/DeleteIntegrationResponse>`_  


  **Request Syntax**
  ::

    response = client.delete_integration_response(
        ApiId='string',
        IntegrationId='string',
        IntegrationResponseId='string'
    )
    
  :type ApiId: string
  :param ApiId: **[REQUIRED]** 

    The API identifier.

    

  
  :type IntegrationId: string
  :param IntegrationId: **[REQUIRED]** 

    The integration ID.

    

  
  :type IntegrationResponseId: string
  :param IntegrationResponseId: **[REQUIRED]** 

    The integration response ID.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ApiGatewayV2.Client.exceptions.NotFoundException`

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

  