lib/twilio-ruby/rest/api/v2010/account/address.rb in twilio-ruby-5.25.4 vs lib/twilio-ruby/rest/api/v2010/account/address.rb in twilio-ruby-5.26.0

- old
+ new

@@ -238,11 +238,11 @@ @dependent_phone_numbers = nil end ## # Deletes the AddressInstance - # @return [Boolean] true if delete succeeds, true otherwise + # @return [Boolean] true if delete succeeds, false otherwise def delete @version.delete('delete', @uri) end ## @@ -467,10 +467,10 @@ @properties['verified'] end ## # Deletes the AddressInstance - # @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