lib/twilio-ruby/rest/authy/v1/service/entity.rb in twilio-ruby-5.25.4 vs lib/twilio-ruby/rest/authy/v1/service/entity.rb in twilio-ruby-5.26.0
- old
+ new
@@ -184,11 +184,11 @@
@factors = nil
end
##
# Deletes the EntityInstance
- # @return [Boolean] true if delete succeeds, true otherwise
+ # @return [Boolean] true if delete succeeds, false otherwise
def delete
@version.delete('delete', @uri)
end
##
@@ -337,10 +337,10 @@
@properties['links']
end
##
# Deletes the EntityInstance
- # @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