Learn R Programming

paws.networking (version 0.2.0)

apigateway_delete_gateway_response: Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings

Description

Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.

See https://paws-r.github.io/docs/apigateway/delete_gateway_response.html for full documentation.

Usage

apigateway_delete_gateway_response(restApiId, responseType)

Arguments

restApiId

[required] The string identifier of the associated RestApi.

responseType

[required] The response type of the associated GatewayResponse.