Method: Twilio::REST::Chat::V2::ServiceContext::UserInstance#delete

Defined in:
lib/twilio-ruby/rest/chat/v2/service/user.rb

#deleteBoolean

Delete the UserInstance

Returns:

  • (Boolean)

    true if delete succeeds, false otherwise



441
442
443
# File 'lib/twilio-ruby/rest/chat/v2/service/user.rb', line 441

def delete
  context.delete
end