lib/twilio-ruby/rest/flex_api/v1/channel.rb in twilio-ruby-5.25.4 vs lib/twilio-ruby/rest/flex_api/v1/channel.rb in twilio-ruby-5.26.0
- old
+ new
@@ -210,11 +210,11 @@
ChannelInstance.new(@version, payload, sid: @solution[:sid], )
end
##
# Deletes the ChannelInstance
- # @return [Boolean] true if delete succeeds, true otherwise
+ # @return [Boolean] true if delete succeeds, false otherwise
def delete
@version.delete('delete', @uri)
end
##
@@ -325,10 +325,10 @@
context.fetch
end
##
# Deletes the ChannelInstance
- # @return [Boolean] true if delete succeeds, true otherwise
+ # @return [Boolean] true if delete succeeds, false otherwise
def delete
context.delete
end
##
\ No newline at end of file