lib/twilio-ruby/rest/api/v2010/account/application.rb in twilio-ruby-5.25.4 vs lib/twilio-ruby/rest/api/v2010/account/application.rb in twilio-ruby-5.26.0
- old
+ new
@@ -234,11 +234,11 @@
@uri = "/Accounts/#{@solution[:account_sid]}/Applications/#{@solution[:sid]}.json"
end
##
# Deletes the ApplicationInstance
- # @return [Boolean] true if delete succeeds, true otherwise
+ # @return [Boolean] true if delete succeeds, false otherwise
def delete
@version.delete('delete', @uri)
end
##
@@ -518,10 +518,10 @@
@properties['voice_url']
end
##
# Deletes the ApplicationInstance
- # @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