lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb in twilio-ruby-5.0.0.rc3 vs lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb in twilio-ruby-5.0.0.rc4

- old
+ new

@@ -242,10 +242,10 @@ ## # Deletes the ChannelInstance # @return [Boolean] true if delete succeeds, true otherwise def delete - return @version.delete('get', @uri) + return @version.delete('delete', @uri) end ## # Update the ChannelInstance # @param [String] friendly_name The friendly_name \ No newline at end of file