ApiGatewayV2 / Client / delete_integration_response

delete_integration_response#

ApiGatewayV2.Client.delete_integration_response(**kwargs)#

Deletes an IntegrationResponses.

See also: AWS API Documentation

Request Syntax

response = client.delete_integration_response(
    ApiId='string',
    IntegrationId='string',
    IntegrationResponseId='string'
)
Parameters:
  • ApiId (string) –

    [REQUIRED]

    The API identifier.

  • IntegrationId (string) –

    [REQUIRED]

    The integration ID.

  • IntegrationResponseId (string) –

    [REQUIRED]

    The integration response ID.

Returns:

None

Exceptions

  • ApiGatewayV2.Client.exceptions.NotFoundException

  • ApiGatewayV2.Client.exceptions.TooManyRequestsException