Values.DeleteGatewayResponseRequestSourceClears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.
type nonrec t = {restApiId : String_.t;The string identifier of the associated RestApi.
*)responseType : GatewayResponseType.t;The response type of the associated GatewayResponse.
*)}