:doc:`APIGateway <../../apigateway>` / Client / delete_integration_response

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



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

  

  Represents a delete integration response.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/apigateway-2015-07-09/DeleteIntegrationResponse>`_  


  **Request Syntax**
  ::

    response = client.delete_integration_response(
        restApiId='string',
        resourceId='string',
        httpMethod='string',
        statusCode='string'
    )
    
  :type restApiId: string
  :param restApiId: **[REQUIRED]** 

    The string identifier of the associated RestApi.

    

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

    Specifies a delete integration response request's resource identifier.

    

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

    Specifies a delete integration response request's HTTP method.

    

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

    Specifies a delete integration response request's status code.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`APIGateway.Client.exceptions.BadRequestException`

  
  *   :py:class:`APIGateway.Client.exceptions.ConflictException`

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

  
  *   :py:class:`APIGateway.Client.exceptions.UnauthorizedException`

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

  