Deletes an existing MethodResponse resource.
apigateway_delete_method_response(restApiId, resourceId, httpMethod,
statusCode)
[required] [Required] The string identifier of the associated RestApi.
[required] [Required] The Resource identifier for the MethodResponse resource.
[required] [Required] The HTTP verb of the Method resource.
[required] [Required] The status code identifier for the MethodResponse resource.
An empty list.
svc$delete_method_response( restApiId = "string", resourceId = "string", httpMethod = "string", statusCode = "string" )