ApiGatewayV2 / Client / delete_route_response

delete_route_response#

ApiGatewayV2.Client.delete_route_response(**kwargs)#

Deletes a RouteResponse.

See also: AWS API Documentation

Request Syntax

response = client.delete_route_response(
    ApiId='string',
    RouteId='string',
    RouteResponseId='string'
)
Parameters:
  • ApiId (string) –

    [REQUIRED]

    The API identifier.

  • RouteId (string) –

    [REQUIRED]

    The route ID.

  • RouteResponseId (string) –

    [REQUIRED]

    The route response ID.

Returns:

None

Exceptions