lib/twilio-ruby/rest/notify/v1/service.rb in twilio-ruby-5.25.4 vs lib/twilio-ruby/rest/notify/v1/service.rb in twilio-ruby-5.26.0
- old
+ new
@@ -234,11 +234,11 @@
@notifications = nil
end
##
# Deletes the ServiceInstance
- # @return [Boolean] true if delete succeeds, true otherwise
+ # @return [Boolean] true if delete succeeds, false otherwise
def delete
@version.delete('delete', @uri)
end
##
@@ -520,10 +520,10 @@
@properties['default_alexa_notification_protocol_version']
end
##
# Deletes the ServiceInstance
- # @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